We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 931942e commit e6a65b2Copy full SHA for e6a65b2
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;
21
proxy_ssl_session_reuse off;
22
proxy_set_header Host $http_host;
23
proxy_redirect off;
@@ -29,7 +29,7 @@ http {
29
30
keepalive_requests 10;
31
keepalive_timeout 75s;
32
- proxy_pass http://localhost:1337/parse/;
+ proxy_pass http://localhost:1337;
33
proxy_http_version 1.1;
34
}
35
0 commit comments