certbot/certbot-nginx/tests/testdata/etc_nginx/broken.conf

13 lines
125 B
Text
Raw Permalink Normal View History

# A faulty configuration file
pid logs/nginx.pid;
events {
worker_connections 1024;
}
include foo.conf;
@@@