We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 607bf2d commit f56be36Copy full SHA for f56be36
nginx-uffizzi/nginx.conf
@@ -17,7 +17,7 @@ http {
17
proxy_set_header X-Real-IP $remote_addr;
18
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
19
proxy_set_header X-NginX-Proxy true;
20
- proxy_pass http://localhost:4040/dashboard/;
+ proxy_pass http://localhost:4040/dashboard;
21
proxy_ssl_session_reuse off;
22
proxy_set_header Host $http_host;
23
proxy_redirect off;
0 commit comments