Skip to content

Commit

Permalink
Merge branch 'release/1.0.29'
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Welch committed Oct 21, 2020
2 parents dfc433a + 912e584 commit b77d835
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`
Expand Down
2 changes: 1 addition & 1 deletion forge-example/NginxConfiguration.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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/ {
Expand Down
2 changes: 1 addition & 1 deletion sites-available/somedomain.com.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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/ {
Expand Down

0 comments on commit b77d835

Please sign in to comment.