231
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
zpc 2026-03-26 23:37:11 +08:00
parent d34a795cc1
commit da9e903247

View File

@ -8,7 +8,7 @@ server {
try_files $uri $uri/ /index.html;
}
location /prod-api/ {
location /api/ {
proxy_pass http://odf-new-server:8888/;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;