mirror of
https://github.com/certbot/certbot.git
synced 2026-06-10 17:20:36 -04:00
9 lines
166 B
Text
9 lines
166 B
Text
server {
|
|
listen myhost default_server;
|
|
server_name www.example.org;
|
|
|
|
location / {
|
|
root html;
|
|
index index.html index.htm;
|
|
}
|
|
}
|