Replies: 1 comment
-
|
You can set the Please understand that adding support for a web server is not just patching a core file. It also means continuously testing it. The matrix of supported OS/web server/PHP versions is already quite complex and requires a lot of effort on the maintainer's side. However, I think, supporting Caddy is generally a good idea and hopefully there will be time to do so soon. |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I've tried Automad with the Caddy web server and was surprised that the server was treated as rewrite-incapable.
In fact, even this small Caddyfile is enough to run Automad:
... but you'll have to patch the automad/src/server/Core/Config.php:
Alternatively, you can spoof the server on the Caddy side:
I hope that 1-line patch can be added to the Automad v2 because it works great with Caddy :)
Beta Was this translation helpful? Give feedback.
All reactions