Disable limit_req for old nginx

This commit is contained in:
kpcyrd 2014-11-14 22:52:13 +00:00
parent edd486f42c
commit 5a16ddbfb7

View file

@ -51,7 +51,7 @@ server {
location / {
try_files $uri $uri/ index.php;
limit_req zone=one burst=25 nodelay;
#limit_req zone=one burst=25 nodelay;
}
location ~ \.php$ {