Skip to content

Commit f56be36

Browse files
committed
fix: nginx config proxy pass trailing slash uffizzi
1 parent 607bf2d commit f56be36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nginx-uffizzi/nginx.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ http {
1717
proxy_set_header X-Real-IP $remote_addr;
1818
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
1919
proxy_set_header X-NginX-Proxy true;
20-
proxy_pass http://localhost:4040/dashboard/;
20+
proxy_pass http://localhost:4040/dashboard;
2121
proxy_ssl_session_reuse off;
2222
proxy_set_header Host $http_host;
2323
proxy_redirect off;

0 commit comments

Comments
 (0)