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

本站现有博文321篇,共被浏览771666

本站已经建立2460天!

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