fix(static builds): duplicate query params
This commit is contained in:
parent
bca9376edc
commit
117f66e9d0
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ location = / {
|
||||||
if ($args = '') {
|
if ($args = '') {
|
||||||
rewrite ^ /redirect.html last;
|
rewrite ^ /redirect.html last;
|
||||||
}
|
}
|
||||||
rewrite ^/$ /index.html?$args redirect;
|
rewrite ^/$ /index.html?$args? redirect;
|
||||||
}
|
}
|
||||||
|
|
||||||
location = /index.html {
|
location = /index.html {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue