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

Stops interfering with favicon and robots for proxies

This commit is contained in:
Beau Simensen
2020-05-06 15:56:59 -05:00
parent aa09445d3a
commit 1959e95c50
3 changed files with 0 additions and 18 deletions

View File

@@ -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";

View File

@@ -23,9 +23,6 @@ server {
ssl_certificate "/home/nobody/.config/valet/Certificates/some-other-proxy.com.test.crt";
ssl_certificate_key "/home/nobody/.config/valet/Certificates/some-other-proxy.com.test.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 "/home/nobody/.config/valet/Log/some-other-proxy.com.test-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 "/home/nobody/.config/valet/Log/some-other-proxy.com.test-error.log";

View File

@@ -23,9 +23,6 @@ server {
ssl_certificate "/home/nobody/.config/valet/Certificates/some-proxy.com.test.crt";
ssl_certificate_key "/home/nobody/.config/valet/Certificates/some-proxy.com.test.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 "/home/nobody/.config/valet/Log/some-proxy.com.test-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 "/home/nobody/.config/valet/Log/some-proxy.com.test-error.log";