revert the nginx port change

This was fixed in the boulder codebase with letsencrypt/boulder#482.

This is a partial reversion of #618.
This commit is contained in:
Jeff Hodges 2015-07-22 16:57:07 -07:00
parent 8e63bbead4
commit 9ad7eedbfe

View file

@ -48,9 +48,9 @@ http {
server {
# IPv4.
listen 8081;
listen 8080;
# IPv6.
listen [::]:8081 default ipv6only=on;
listen [::]:8080 default ipv6only=on;
root $root/webroot;