Disable limit_req for old nginx
This commit is contained in:
parent
edd486f42c
commit
5a16ddbfb7
|
@ -51,7 +51,7 @@ server {
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
try_files $uri $uri/ index.php;
|
try_files $uri $uri/ index.php;
|
||||||
limit_req zone=one burst=25 nodelay;
|
#limit_req zone=one burst=25 nodelay;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ \.php$ {
|
location ~ \.php$ {
|
||||||
|
|
Loading…
Reference in a new issue