Compare commits

...

1 commit

Author SHA1 Message Date
Jeff Hodges
9ad7eedbfe revert the nginx port change
This was fixed in the boulder codebase with letsencrypt/boulder#482.

This is a partial reversion of #618.
2015-07-22 16:57:07 -07:00

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;