mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
5 lines
72 B
Text
5 lines
72 B
Text
server {
|
|
listen 80;
|
|
listen [::]:80;
|
|
server_name ipv6.com;
|
|
}
|