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 d1353ad commit e596806Copy full SHA for e596806
docs/content/administration/reverse-proxies.en-us.md
@@ -29,6 +29,8 @@ server {
29
location / {
30
client_max_body_size 512M;
31
proxy_pass http://localhost:3000;
32
+ proxy_set_header Connection $http_connection;
33
+ proxy_set_header Upgrade $http_upgrade;
34
proxy_set_header Host $host;
35
proxy_set_header X-Real-IP $remote_addr;
36
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
0 commit comments