mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
match test conf port with command line flag
This commit is contained in:
parent
cfe5854aa3
commit
b4401d8086
1 changed files with 2 additions and 2 deletions
|
|
@ -49,9 +49,9 @@ http {
|
|||
|
||||
server {
|
||||
# IPv4.
|
||||
listen 8081;
|
||||
listen 5002;
|
||||
# IPv6.
|
||||
listen [::]:8081 default ipv6only=on;
|
||||
listen [::]:5002 default ipv6only=on;
|
||||
server_name nginx.wtf nginx2.wtf;
|
||||
|
||||
root $root/webroot;
|
||||
|
|
|
|||
Loading…
Reference in a new issue