Welcome to mirror list, hosted at ThFree Co, Russian Federation.

minimalistic_comments.conf « etc_nginx « testdata « tests « certbot_nginx « certbot-nginx - github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cf46485929c897035ceceb968abb4644afd396be (plain)
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;
}