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:
Nicola Tarocco 2021-07-09 16:08:25 +02:00
parent 1044946fa5
commit 93c581090b

View file

@ -99,7 +99,7 @@ http {
} }
location /calculator { location /calculator {
return 302 /calculator-cern; return 302 /calculator-cern$is_args$args;
} }
location /calculator-cern { location /calculator-cern {