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

broken.conf « etc_nginx « testdata « tests « certbot-nginx - github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 98aef55d689c21c4f350a6db521acf52ab54a6f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# A faulty configuration file

pid        logs/nginx.pid;


events {
    worker_connections  1024;
}

include foo.conf;

@@@