nginx路由配置 Gary Wang 2023-02-10 nginx x-ui安装地址1bash <(curl -Ls https://raw.githubusercontent.com/vaxilu/x-ui/master/install.sh) 12345678910 location /abc{ proxy_pass http://127.0.0.1:37554; proxy_redirect off; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"; proxy_set_header Host $http_host; proxy_read_timeout 300s;}