debug nginx.conf

This commit is contained in:
tawoe 2024-10-23 15:07:23 +02:00
parent 714bd27f0b
commit 48cb2e994c
2 changed files with 1 additions and 6 deletions

View File

@ -1,7 +1,4 @@
location / {
server_name apimanager;
location / {
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
# enable this if and only if you use HTTPS # enable this if and only if you use HTTPS
# proxy_set_header X-Forwarded-Proto https; # proxy_set_header X-Forwarded-Proto https;

View File

@ -1,6 +1,4 @@
server_name apimanager;
location / { location / {
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
# enable this if and only if you use HTTPS # enable this if and only if you use HTTPS