Strip Gitea edge subpath before proxying

This commit is contained in:
jv 2026-05-25 13:23:53 -05:00
parent 0cd2dca294
commit 7aec70640a
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ server {
limit_req zone=one burst=20 nodelay; limit_req zone=one burst=20 nodelay;
client_max_body_size 512m; client_max_body_size 512m;
proxy_pass http://${backend_host}:${gitea_backend_port}; proxy_pass http://${backend_host}:${gitea_backend_port}/;
proxy_http_version 1.1; proxy_http_version 1.1;
proxy_request_buffering off; proxy_request_buffering off;
proxy_read_timeout 300s; proxy_read_timeout 300s;