mirror of
https://github.com/laravel/valet.git
synced 2026-02-05 00:20:08 +01:00
Merge pull request #272 from stayallive/patch-1
Fix for query string in secure config
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user