Files
nginx-snippets/log-exclude.conf
2025-11-02 11:49:39 +01:00

4 lines
183 B
Plaintext

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; }