1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-05 08:30:07 +01:00

Fix issue with favicon 404s

This commit is contained in:
Adam Wathan
2017-06-21 09:12:46 -04:00
parent a0dbae74bf
commit fda0d3440d
2 changed files with 0 additions and 6 deletions

View File

@@ -23,9 +23,6 @@ server {
rewrite ^ VALET_SERVER_PATH last;
}
location = /favicon.ico { access_log off; log_not_found off; }
location = /robots.txt { access_log off; log_not_found off; }
access_log off;
error_log VALET_HOME_PATH/Log/nginx-error.log;

View File

@@ -13,9 +13,6 @@ server {
rewrite ^ VALET_SERVER_PATH last;
}
location = /favicon.ico { access_log off; log_not_found off; }
location = /robots.txt { access_log off; log_not_found off; }
access_log off;
error_log VALET_HOME_PATH/Log/nginx-error.log;