1
0
Fork 0
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:
Alf Eaton 2023-04-13 21:38:44 +01:00
parent a16adb156c
commit c1f768ad29

View file

@ -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;