mirror of
https://github.com/laravel/valet.git
synced 2026-02-05 08:30:07 +01:00
Stops interfering with favicon and robots for proxies
This commit is contained in:
@@ -23,9 +23,6 @@ server {
|
||||
ssl_certificate "VALET_CERT";
|
||||
ssl_certificate_key "VALET_KEY";
|
||||
|
||||
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/VALET_SITE-error.log";
|
||||
|
||||
@@ -72,9 +69,6 @@ server {
|
||||
try_files $uri $uri/;
|
||||
}
|
||||
|
||||
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/VALET_SITE-error.log";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user