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

Merge pull request #272 from stayallive/patch-1

Fix for query string in secure config
This commit is contained in:
Adam Wathan
2017-02-20 09:28:29 -05:00
committed by GitHub

View File

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