From 8686832b3c4c00e365042ee59fcce10656e85159 Mon Sep 17 00:00:00 2001 From: Josh Crawford Date: Wed, 21 Oct 2020 13:44:30 +1100 Subject: [PATCH 1/3] Update NginxConfiguration.conf --- forge-example/NginxConfiguration.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/forge-example/NginxConfiguration.conf b/forge-example/NginxConfiguration.conf index 989e286..7bac8ea 100644 --- a/forge-example/NginxConfiguration.conf +++ b/forge-example/NginxConfiguration.conf @@ -98,7 +98,7 @@ server { # you need to support #location @enrewrites { - # rewrite ^/en/(.*)$ /en/index.php?p=$1? last; + # rewrite ^/en/(.*)$ /en/index.php?$query_string? last; #} # #location /en/ { From 326a2b67eb57367ff2d1dba0c61c59dd872c9ece Mon Sep 17 00:00:00 2001 From: Andrew Welch Date: Wed, 21 Oct 2020 10:58:23 -0400 Subject: [PATCH 2/3] Fix multi-site requests missing query params --- sites-available/somedomain.com.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sites-available/somedomain.com.conf b/sites-available/somedomain.com.conf index 7004f97..b6102c9 100644 --- a/sites-available/somedomain.com.conf +++ b/sites-available/somedomain.com.conf @@ -108,7 +108,7 @@ server { # you need to support #location @enrewrites { - # rewrite ^/en/(.*)$ /en/index.php?p=$1? last; + # rewrite ^/en/(.*)$ /en/index.php?$query_string? last; #} # #location /en/ { From 912e5846410f3229d921601101d0fc532ab8b4f6 Mon Sep 17 00:00:00 2001 From: Andrew Welch Date: Wed, 21 Oct 2020 10:58:30 -0400 Subject: [PATCH 3/3] Version 1.0.29 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83e808d..28a9c55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Nginx-Craft Changelog +## 1.0.29 - 2020.10.21 +### Changed +* Fix multi-site requests missing query params + ## 1.0.28 - 2020.08.20 ### Changed * Set `server_tokens` to `off`