mirror of
https://github.com/overleaf/toolkit.git
synced 2025-04-19 07:18:06 +02:00
Merge pull request #150 from overleaf/ae-nginx-conf-host
Pass the Host header through nginx
This commit is contained in:
commit
bbe47e5e3a
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