mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 08:45:22 +02:00
Change integration nginx port to 8081.
Ref https://github.com/letsencrypt/boulder/issues/482.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user