1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/moncycle_ynh.git synced 2024-09-03 19:46:16 +02:00

Update nginx.conf

This commit is contained in:
Limezy 2023-01-21 01:00:17 +07:00
parent 4ecfca99c1
commit e04f8b9dfb

View file

@ -15,11 +15,11 @@ location __PATH__/ {
} }
# Prevent useless logs # Prevent useless logs
location = /favicon.ico { location ~ ^/favicon.ico {
log_not_found off; log_not_found off;
access_log off; access_log off;
} }
location = /robots.txt { location ~ ^/robots.txt {
allow all; allow all;
log_not_found off; log_not_found off;
access_log off; access_log off;