Update file content
continuous-integration/drone Build is failing Details

This commit is contained in:
gitea 2025-07-09 11:22:10 +08:00
parent 766c54fea9
commit 1019115489
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
server {
listen ${webPort};
listen 7456;
server_name localhost;
location / {
@ -12,7 +12,7 @@ server {
rewrite ^/admin-api/(.*)$ /$1 break;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
proxy_pass ${serverIp};
proxy_pass http://192.168.0.152:48080/;
break;
}
}