limit req

This commit is contained in:
Mateusz Gruszczyński
2025-11-17 08:11:48 +01:00
parent 9e67770ca3
commit 41e6669ec5

View File

@@ -48,7 +48,6 @@ server {
limit_req zone=gitea_limit burst=5 nodelay; limit_req zone=gitea_limit burst=5 nodelay;
proxy_pass http://gitea; proxy_pass http://gitea;
include config/proxy.conf;
proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;