mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 07:12:54 -04:00
13 lines
197 B
Text
13 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;
|
||
|
|
}
|
||
|
|
|