We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ca2e5a commit a90cbe5Copy full SHA for a90cbe5
src/templates/nginx-provider.conf.j2
@@ -4,7 +4,7 @@ location ~ /{{ provider['id'] }}:(.+)$ {
4
if ($arg_token) {
5
set $new_url "${new_url}&token=$arg_token";
6
}
7
- elseif ($arg_at) {
+ if ($arg_at) {
8
set $new_url "${new_url}&at=$arg_at";
9
10
return 301 $new_url;
0 commit comments