certbot/certbot-nginx/tests/testdata/etc_nginx/minimalistic_comments.conf
ohemorange a8e711d281
Refactor tests out of packaged module for nginx plugin (#7606)
* Refactor tests out of packaged module for nginx plugin

* Exclude pycache and .py[cod]
2019-11-26 17:45:18 -08:00

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;
}