changes legacy arg format
This commit is contained in:
@@ -10,11 +10,11 @@
|
||||
|
||||
@bad status 4xx
|
||||
handle_response @bad {
|
||||
redir https://{args.0}/oauth2/start
|
||||
redir https://{args[0]}/oauth2/start
|
||||
}
|
||||
}
|
||||
|
||||
reverse_proxy {args.1}
|
||||
reverse_proxy {args[1]}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user