mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-13 00:11:05 +01:00
Configurated reversed proxy for akaunting
This commit is contained in:
parent
e70f6eacc4
commit
0ca2e61bd4
@ -8,7 +8,8 @@ location /
|
||||
|
||||
proxy_set_header Host $host;
|
||||
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
|
||||
proxy_connect_timeout 1s;
|
||||
|
Loading…
Reference in New Issue
Block a user