Compare commits
No commits in common. "2b1968c325d468ef8035f9a4471bb641b709da8c" and "1676912bf4cf2cbfb7c17f743af5399ebcf03624" have entirely different histories.
2b1968c325
...
1676912bf4
@ -17,8 +17,8 @@ server {
|
||||
|
||||
server_name {{ ki_host }};
|
||||
|
||||
location /api/ {
|
||||
proxy_pass http://localhost:{{ ki_backend_port }}/;
|
||||
location /api {
|
||||
proxy_pass http://localhost:{{ ki_backend_port }};
|
||||
proxy_set_header Host $http_host;
|
||||
proxy_set_header X-Real-IP $remote_addr;
|
||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||
|
Loading…
Reference in New Issue
Block a user