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:
parent
8e63bbead4
commit
9ad7eedbfe
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue