mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
12 lines
125 B
Text
12 lines
125 B
Text
# A faulty configuration file
|
|
|
|
pid logs/nginx.pid;
|
|
|
|
|
|
events {
|
|
worker_connections 1024;
|
|
}
|
|
|
|
include foo.conf;
|
|
|
|
@@@
|