EADST

Redirecting a Subpath to a Port with Nginx

Redirecting a Subpath to a Port with Nginx

http://xiedong.me/chat-> http://xiedong.me:2023/

server {
    listen 80;
    server_name xiedong.me www.xiedong.me;

    location ~ ^/chat(/.*)?$ {
        return 301 $scheme://xiedong.me:2023$1;
    }

    location / {
        rewrite ^/(.*)$ http://eadst.com/$1 permanent; # redirect to eadst.com
    }
}
相关标签
About Me
XD
Goals determine what you are going to be.
Category
标签云
TensorRT mmap Translation Excel Disk DeepStream torchinfo NameSilo 论文速读 域名 BeautifulSoup Math TSV Food Magnet 递归学习法 Domain Hilton VSCode SAM JSON Permission 飞书 报税 Git Breakpoint HuggingFace Data Hotel Input Land InvalidArgumentError 算法题 uwsgi TensorFlow 第一性原理 hf Shortcut Paddle 继承 Paper Tiktoken CUDA 版权 Base64 Firewall git Docker API网关 MD5 LaTeX Diagram git-lfs NLTK 财报 Mixtral Harness Github Video Pytorch Michelin Logo RGB logger Plate Ptyhon GGML Bert Review Markdown XML Interview CLAP ModelScope 图形思考法 Agent NLP Animate COCO FlashAttention OpenAI 顶会 Algorithm News WAN SVR EXCEL Random 腾讯云 uWSGI VGG-16 FastAPI scipy FP16 云服务器 CC VPN Plotly Augmentation OCR PDB Qwen2.5 OpenCV Website Bin Distillation Freesound Pickle Template FP64 LLAMA PyTorch SPIE Heatmap transformers Statistics Quantization 公式 音频 C++ Ubuntu Transformers LeetCode Sklearn Streamlit Llama Claude 图标 Google Pandas icon CV Use YOLO tar DeepSeek GIT Windows Search IndexTTS2 搞笑 diffusers Card Pillow llama.cpp Zip Nginx Miniforge XGBoost Attention Conda SQL Bitcoin Crawler Rebuttal WebCrawler RL 多进程 Qwen 关于博主 CTC GPTQ PDF printf Numpy Python API v0.dev AI Tracking ONNX Anaconda 强化学习 LoRA CSV SQLite FP8 Qwen2 tqdm 证件照 Safetensors PyCharm QWEN CEIR LLM ResNet-50 v2ray ChatGPT BTC UNIX Clash Tensor Vmess Image2Text Linux Knowledge Django BF16 FP32 Proxy 多线程 Web 签证 论文 Gemma 净利润 Bipartite ms-swift GoogLeNet Quantize Password Hungarian Dataset Vim Baidu Color HaggingFace RAR CAM PIP Jetson GPT4 TTS 阿里云 UI Datetime Cloudreve Jupyter
站点统计

本站现有博文336篇,共被浏览940970

本站已经建立2651天!

热门文章
文章归档
回到顶部