mirror of
https://github.com/certbot/certbot.git
synced 2026-04-21 22:26:59 -04:00
12 lines
197 B
Text
12 lines
197 B
Text
# Use bar.conf when it's a full moon!
|
|
include foo.conf; # Kilroy was here
|
|
check_status;
|
|
|
|
server {
|
|
#
|
|
# Don't forget to open up your firewall!
|
|
#
|
|
listen 1234;
|
|
# listen 80;
|
|
}
|
|
|