Update nginx.vhost.production
This commit is contained in:
parent
9a85e1f458
commit
ef0aad10cc
1 changed files with 1 additions and 2 deletions
|
@ -40,11 +40,10 @@ server {
|
||||||
return 500 "server error. please try again later.";
|
return 500 "server error. please try again later.";
|
||||||
default_type text/plain;
|
default_type text/plain;
|
||||||
}
|
}
|
||||||
location @throttle {
|
location @throttle {
|
||||||
return 503 "we've detected abuse on your ip. please wait and try again later.";
|
return 503 "we've detected abuse on your ip. please wait and try again later.";
|
||||||
default_type text/plain;
|
default_type text/plain;
|
||||||
}
|
}
|
||||||
|
|
||||||
listen 80;
|
listen 80;
|
||||||
listen [::]:80;
|
listen [::]:80;
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue