mirror of
https://github.com/certbot/certbot.git
synced 2026-06-03 13:59:02 -04:00
5 lines
72 B
Text
5 lines
72 B
Text
server {
|
|
listen 80;
|
|
listen [::]:80;
|
|
server_name ipv6.com;
|
|
}
|