Skip to content

Commit a90cbe5

Browse files
committed
Fix typo in nginx config
1 parent 2ca2e5a commit a90cbe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/templates/nginx-provider.conf.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ location ~ /{{ provider['id'] }}:(.+)$ {
44
if ($arg_token) {
55
set $new_url "${new_url}&token=$arg_token";
66
}
7-
elseif ($arg_at) {
7+
if ($arg_at) {
88
set $new_url "${new_url}&at=$arg_at";
99
}
1010
return 301 $new_url;

0 commit comments

Comments
 (0)