fix: nginx
This commit is contained in:
parent
37aeed2e07
commit
c888dda2a2
@ -23,7 +23,7 @@ server {
|
|||||||
}
|
}
|
||||||
|
|
||||||
location ~ ^/dev-api/(?<path>.*) {
|
location ~ ^/dev-api/(?<path>.*) {
|
||||||
proxy_pass http://172.18.0.25:18080/$path$is_args$args;
|
proxy_pass http://192.168.1.12:18080/$path$is_args$args;
|
||||||
|
|
||||||
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…
x
Reference in New Issue
Block a user