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