certbot/certbot-nginx/tests/testdata/etc_nginx/minimalistic_comments.conf

13 lines
197 B
Text
Raw Permalink Normal View History

2015-07-11 03:15:59 -04:00
# 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;
}