proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"; # 设置会话cookie proxy_cookie_path / "/; HTTPOnly; Secure; SameSite=Strict"; } #错误部分 error_page 404 /404.html; error_page 500 502 503 504 /50x.html; location = /50x.html { roo...