caddyfile #664
LuisGB2212
started this conversation in
General
caddyfile
#664
Replies: 1 comment
-
You need to add order mercure after encode like here :
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Please help
When executing docker run with my caddyfile file, I get an error.
My file Caddyfile
{
{$GLOBAL_OPTIONS}
}
{$SERVER_NAME:localhost}
log
route {
redir / /.well-known/mercure/ui/
encode zstd gzip
}
Beta Was this translation helpful? Give feedback.
All reactions