-
-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
if enable jwtauth ,then caddy cannot start . #42
Comments
The plugin should work as expected, please take a look at here, there's a tested Caddyfile. |
@ggicci no . Whenever I start it, I see an error. Is it because of a conflict with caddy-git? |
try this? |
Hi @zuohuadong have you got any updates on this? |
@ggicci Sorry to get back to you now. I think I probably know the problem. ERROR:
right:
|
good to hear, then i'm gonna close this issue as it is related to Caddy configuration itself |
directive 'jwtauth' is not an ordered HTTP handler, so it cannot be used here.
or
adapting config using caddyfile: server block without any key is global configuration, and if used, it must be first
during parsing: unrecognized directive: order - are you sure your Caddyfile structure (nesting and braces) is correct?
How to Use it?
The text was updated successfully, but these errors were encountered: