fix: nginx

This commit is contained in:
cuijiawang 2025-10-22 16:35:08 +08:00
parent 37aeed2e07
commit c888dda2a2

View File

@ -23,7 +23,7 @@ server {
}
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 X-Real-IP $remote_addr;