mirror of
https://github.com/certbot/certbot.git
synced 2026-06-09 08:42:57 -04:00
Change integration nginx port to 8081.
Ref https://github.com/letsencrypt/boulder/issues/482.
This commit is contained in:
parent
3d8ecabf09
commit
5a15af5abe
1 changed files with 2 additions and 2 deletions
|
|
@ -48,9 +48,9 @@ http {
|
|||
|
||||
server {
|
||||
# IPv4.
|
||||
listen 8080;
|
||||
listen 8081;
|
||||
# IPv6.
|
||||
listen [::]:8080 default ipv6only=on;
|
||||
listen [::]:8081 default ipv6only=on;
|
||||
|
||||
root $root/webroot;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue