Skip to content

Commit fda0d34

Browse files
committed
Fix issue with favicon 404s
1 parent a0dbae7 commit fda0d34

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

cli/stubs/secure.valet.conf

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ server {
2323
rewrite ^ VALET_SERVER_PATH last;
2424
}
2525

26-
location = /favicon.ico { access_log off; log_not_found off; }
27-
location = /robots.txt { access_log off; log_not_found off; }
28-
2926
access_log off;
3027
error_log VALET_HOME_PATH/Log/nginx-error.log;
3128

cli/stubs/valet.conf

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ server {
1313
rewrite ^ VALET_SERVER_PATH last;
1414
}
1515

16-
location = /favicon.ico { access_log off; log_not_found off; }
17-
location = /robots.txt { access_log off; log_not_found off; }
18-
1916
access_log off;
2017
error_log VALET_HOME_PATH/Log/nginx-error.log;
2118

0 commit comments

Comments
 (0)