File: minimalistic_comments.conf

package info (click to toggle)
python-certbot-nginx 0.10.2-1~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 488 kB
  • sloc: python: 2,574; makefile: 173
file content (12 lines) | stat: -rw-r--r-- 197 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
# 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;
}