limit req
This commit is contained in:
@@ -48,7 +48,6 @@ server {
|
||||
limit_req zone=gitea_limit burst=5 nodelay;
|
||||
|
||||
proxy_pass http://gitea;
|
||||
include config/proxy.conf;
|
||||
|
||||
proxy_set_header X-Real-IP $remote_addr;
|
||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||
|
||||
Reference in New Issue
Block a user