mirror of
https://github.com/certbot/certbot.git
synced 2026-06-08 16:22:18 -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;
|
|
}
|
|
}
|