Fix QR code redirection for calculator-cern
* Adds the missing URL args to the Nginx configuration when redirecting from /calculator to /calculator-cern. * closes #177
This commit is contained in:
parent
1044946fa5
commit
93c581090b
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ http {
|
|||
}
|
||||
|
||||
location /calculator {
|
||||
return 302 /calculator-cern;
|
||||
return 302 /calculator-cern$is_args$args;
|
||||
}
|
||||
|
||||
location /calculator-cern {
|
||||
|
|
|
|||
Loading…
Reference in a new issue