Compare commits

...

No commits in common. "1676912bf4cf2cbfb7c17f743af5399ebcf03624" and "2b1968c325d468ef8035f9a4471bb641b709da8c" have entirely different histories.

View File

@ -17,8 +17,8 @@ server {
server_name {{ ki_host }}; server_name {{ ki_host }};
location /api { location /api/ {
proxy_pass http://localhost:{{ ki_backend_port }}; proxy_pass http://localhost:{{ ki_backend_port }}/;
proxy_set_header Host $http_host; proxy_set_header Host $http_host;
proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;