mirror of
https://github.com/certbot/certbot.git
synced 2026-08-02 00:22:28 +02:00
Initial version of nginx parser roundtrip test
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
location = /robots.txt { access_log off; log_not_found off; }
|
||||
location = /favicon.ico { access_log off; log_not_found off; }
|
||||
location ~ /\. { access_log off; log_not_found off; deny all; }
|
||||
location ~ ~$ { access_log off; log_not_found off; deny all; }
|
||||
Reference in New Issue
Block a user