mirror of
https://github.com/OpenBankProject/API-Manager.git
synced 2026-02-06 14:06:47 +00:00
debug nginx.conf
This commit is contained in:
parent
714bd27f0b
commit
48cb2e994c
5
.github/apimanager.conf
vendored
5
.github/apimanager.conf
vendored
@ -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;
|
||||||
|
|||||||
2
.github/apimanager_oc.conf
vendored
2
.github/apimanager_oc.conf
vendored
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user