T01284

Results 1 comments of T01284

location ^~ /ssh { root /usr/local/lib/python2.7/dist-packages/gateone-1.2.0-py2.7.egg; try_files $uri $uri/index.html $uri.html @gateone; } location @gateone { proxy_pass http://localhost:8080; proxy_redirect off; proxy_pass_header Server; proxy_set_header Host $http_host; proxy_set_header X-Real-IP $http_address; proxy_set_header X-Scheme $scheme;...