Nginx反向代理教程

XBoy
2024-11-29 / 8 评论 / 28 阅读 / 正在检测是否收录...

最近趁着黑五买了一个大盘鸡,但是直接访问速度很慢,于是决定利用快速访问的小鸡来反代比较好,网上找了半天,下面的代码好用。

location / {
    proxy_pass https://www.xboy.uk:80;  # 后端服务器的地址
    proxy_set_header Host $host;
    proxy_set_header X-Real-IP $remote_addr;
    proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
    proxy_set_header X-Forwarded-Proto $scheme;

    # 可选:处理WebSocket(如果需要)
    proxy_http_version 1.1;
    proxy_set_header Upgrade $http_upgrade;
    proxy_set_header Connection "upgrade";

    # 可选:设置超时时间
    proxy_read_timeout 60s;
    proxy_connect_timeout 60s;
    proxy_send_timeout 60s;
}
0

评论 (8)

(上传到图床后复制HTML图像代码到评论区即可)
取消
  1. 头像
    Search Engine Index
    Windows 10 · Google Chrome

    Hello,

    for your website do be displayed in searches your domain needs to be indexed in the Google Search Index.

    To add your domain to Google Search Index now, please visit

    https://SearchRegister.org/

    回复
  2. 头像
    Search Engine Index
    Windows 10 · Google Chrome

    Hello,

    for your website do be displayed in searches your domain needs to be indexed in the Google Search Index.

    To add your domain to Google Search Index now, please visit

    https://SearchRegister.org/

    回复
  3. 头像
    Search Engine Index
    Windows 10 · Google Chrome

    Hello,

    for your website do be displayed in searches your domain needs to be indexed in the Google Search Index.

    To add your domain to Google Search Index now, please visit

    https://SearchRegister.info/

    回复
  4. 头像
    Search Engine Index
    Windows 10 · Google Chrome

    Hello,

    for your website do be displayed in searches your domain needs to be indexed in the Google Search Index.

    To add your domain to Google Search Index now, please visit

    https://SearchRegister.info/

    回复
  5. 头像
    Search Engine Index
    Windows 10 · Google Chrome

    Hello,

    for your website do be displayed in searches your domain needs to be indexed in the Google Search Index.

    To add your domain to Google Search Index now, please visit

    https://SearchRegister.org/

    回复
  6. 头像
    Search Engine Index
    Windows 10 · Google Chrome

    Hello,

    for your website do be displayed in searches your domain needs to be indexed in the Google Search Index.

    To add your domain to Google Search Index now, please visit

    https://SearchRegister.org/

    回复
  7. 头像
    Search Engine Index
    Windows 10 · Google Chrome

    Hello,

    for your website do be displayed in searches your domain needs to be indexed in the Google Search Index.

    To add your domain to Google Search Index now, please visit

    https://SearchRegister.info/

    回复
  8. 头像
    Search Engine Index
    Windows 10 · Google Chrome

    Hello,

    for your website do be displayed in searches your domain needs to be indexed in the Google Search Index.

    To add your domain to Google Search Index now, please visit

    https://SearchRegister.info/

    回复