mirror of
https://github.com/overleaf/toolkit.git
synced 2025-04-19 15:28:06 +02:00
Add proxy_set_header Host to nginx config
This commit is contained in:
parent
a16adb156c
commit
c1f768ad29
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ http {
|
|||
proxy_http_version 1.1;
|
||||
proxy_set_header Upgrade $http_upgrade;
|
||||
proxy_set_header Connection "upgrade";
|
||||
proxy_set_header Host $host;
|
||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||
proxy_read_timeout 3m;
|
||||
proxy_send_timeout 3m;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue