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

本站现有博文324篇,共被浏览807444

本站已经建立2508天!

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