diff --git a/conf/nginx.conf b/conf/nginx.conf index 619b9b5..080dd5d 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -5,13 +5,8 @@ location / { index index.php; - location = /favicon.ico { - access_log off; log_not_found off; - } - - location = /robots.txt { - 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; } location ~ /\.(?!well-known).* { deny all;