Update nginx.vhost.production

This commit is contained in:
Alec Armbruster 2019-03-08 14:04:26 -08:00 committed by GitHub
parent 9a85e1f458
commit ef0aad10cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -44,7 +44,6 @@ server {
return 503 "we've detected abuse on your ip. please wait and try again later.";
default_type text/plain;
}
listen 80;
listen [::]:80;
}