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:
@@ -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;
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user