1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-06 08:40:09 +01:00

Fix for query string in secure config

See #259
This commit is contained in:
Alex Bouma
2016-12-19 13:15:11 +01:00
committed by GitHub
parent 42e5fc325b
commit 85712276b6

View File

@@ -20,7 +20,7 @@ server {
ssl_certificate_key VALET_KEY;
location / {
rewrite ^ VALET_SERVER_PATH?$query_string last;
rewrite ^ VALET_SERVER_PATH last;
}
location = /favicon.ico { access_log off; log_not_found off; }