This commit is contained in:
parent
d34a795cc1
commit
da9e903247
|
|
@ -8,7 +8,7 @@ server {
|
||||||
try_files $uri $uri/ /index.html;
|
try_files $uri $uri/ /index.html;
|
||||||
}
|
}
|
||||||
|
|
||||||
location /prod-api/ {
|
location /api/ {
|
||||||
proxy_pass http://odf-new-server:8888/;
|
proxy_pass http://odf-new-server:8888/;
|
||||||
proxy_set_header Host $host;
|
proxy_set_header Host $host;
|
||||||
proxy_set_header X-Real-IP $remote_addr;
|
proxy_set_header X-Real-IP $remote_addr;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user