You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What's the current state regarding this issue? I think even if this specific case is a markdown plugin issue (keeping the templates in-memory), it would be great to have the option to reload Caddy after a git pull.
There might be many reasons to reload caddy after updating git repo.
In my case I use
markdown
andtemplates
with markdown directive. Example:When I update
content/templates/nice.html
, without reloading caddy it won't update the template file.But if I add
then sudo systemctl reload caddy
toCaddyfile
, it gets trapped toreload
andgit fetch
loop.Is it possible to internally somehow reload configuration? Or is it an issue of
markdown
directive?The text was updated successfully, but these errors were encountered: