-
Notifications
You must be signed in to change notification settings - Fork 18
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
Does match_path
support wildcard or regex ?
#17
Comments
Hi @chinajuanbob, Maybe, you can use ex.
However, I found the match_header doesn't work correctly. I will do a fix for it soon. |
I've created the latest release |
hit this:
|
Oops, I know the root cause! I will make a fix for this. |
Hi @chinajuanbob , Thanks for testing it. I've pushed a fix for the problem. the latest release is |
The 404 issue is gone, however, hit this:
|
There is some unexpected behavior when receiving the request with the head method. I push a fix about it. the latest release is |
Hi @chinajuanbob , Did you encounter any problem with the latest release? If no, I will close this issue a few days later. |
Thanks @sillygod for the quick fix! I just try the case again and the problem is gone. We could close it for now. |
When working with
file_server browse
of the caddy, I only want files (or the ones of certain types) to be cached, but not the directories.Does
match_path
support it?Thanks!
The text was updated successfully, but these errors were encountered: