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:
parent
4ecfca99c1
commit
e04f8b9dfb
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue