add forwarded proto header

This commit is contained in:
Torma Kristóf 2022-04-15 00:33:12 +02:00
parent 7260da8acd
commit 057bc2ee71
2 changed files with 3 additions and 2 deletions

View File

@ -43,6 +43,7 @@ http {
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection $http_connection;
proxy_set_header X-Forwarded-Proto https;
client_max_body_size 10m;
client_body_buffer_size 128k;
proxy_connect_timeout 90;