Configurated reversed proxy for akaunting

This commit is contained in:
Kevin Veen-Birkenbach 2022-01-19 00:03:38 +01:00
parent 355b9ae51a
commit 59a5411047

View File

@ -8,7 +8,8 @@ location /
proxy_set_header Host $host; proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-Proto $http_x_forwarded_proto; proxy_set_header X-Forwarded-Proto https;
proxy_set_header X-Forwarded-Port 443;
# timeouts # timeouts
proxy_connect_timeout 1s; proxy_connect_timeout 1s;