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 e736a8d commit 9df4438Copy full SHA for 9df4438
nginx/default.conf
@@ -16,9 +16,12 @@ server {
16
proxy_set_header Upgrade $http_upgrade;
17
proxy_set_header Connection $connection_upgrade;
18
proxy_set_header Host $host;
19
+ proxy_set_header X-Real-IP $remote_addr;
20
}
21
22
location / {
- proxy_pass http://127.0.0.1:8082;
23
+ proxy_pass http://127.0.0.1:8082i;
24
+ proxy_set_header Host $host;
25
26
27
0 commit comments