feat:更新gitea地址

This commit is contained in:
2025-10-19 19:10:26 +08:00
parent ef0ce9d8cd
commit 73133be49a
4 changed files with 9 additions and 9 deletions

View File

@@ -39,14 +39,6 @@ server {
proxy_set_header X-Forwarded-Proto $scheme;
}
location /gitea/ {
proxy_pass http://host.docker.internal:8418/;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
}
location /home-api/ {
proxy_pass http://host.docker.internal:8081/;
}