Explorer
/lib/python3/dist-packages/certbot_nginx/_internal/tests/testdata/etc_nginx/broken.conf
← Zurück ↓ Download
# A faulty configuration file

pid        logs/nginx.pid;


events {
    worker_connections  1024;
}

include foo.conf;

@@@