nginx-install/nginxsnippets/log-exclude.conf

4 lines
183 B
Plaintext
Raw Permalink Normal View History

2024-10-13 00:56:32 +02:00
location = /.env { access_log off; log_not_found off; }
location = /favicon.ico { access_log off; log_not_found off; }
location = /robots.txt { access_log off; log_not_found off; }