mirror of
https://github.com/netbymatt/ws4kp.git
synced 2026-04-14 07:39:29 -07:00
fix(static builds): duplicate query params
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user