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 9df4438 commit d1fc7a9Copy full SHA for d1fc7a9
nginx/default.conf
@@ -20,7 +20,7 @@ server {
20
}
21
22
location / {
23
- proxy_pass http://127.0.0.1:8082i;
+ proxy_pass http://127.0.0.1:8082;
24
proxy_set_header Host $host;
25
proxy_set_header X-Real-IP $remote_addr;
26
0 commit comments