mirror of
https://github.com/netbymatt/ws4kp.git
synced 2026-04-13 23:29:36 -07:00
fix(static builds): duplicate query params
This commit is contained in:
@@ -62,7 +62,7 @@ location = / {
|
||||
if ($args = '') {
|
||||
rewrite ^ /redirect.html last;
|
||||
}
|
||||
rewrite ^/$ /index.html?$args redirect;
|
||||
rewrite ^/$ /index.html?$args? redirect;
|
||||
}
|
||||
|
||||
location = /index.html {
|
||||
|
||||
Reference in New Issue
Block a user