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