mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 08:05:31 +02:00
8 lines
123 B
Plaintext
8 lines
123 B
Plaintext
server {
|
|
listen 80;
|
|
server_name random14996.example.org;
|
|
|
|
root /srv/http/random23392/;
|
|
index index.html;
|
|
}
|