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
The caddy webserver is more and more common. Even deployer is using it in its new deployment feature where it actually will install caddy webserver and php on a blank ubuntu server when activated in deployment.
This will mostly be the biggest difference to Symfony caddy configuration. Currently there is not yet any official symfony caddy vhost: symfony/symfony-docs#17471
The text was updated successfully, but these errors were encountered:
The caddy webserver is more and more common. Even deployer is using it in its new deployment feature where it actually will install caddy webserver and php on a blank ubuntu server when activated in deployment.
So it would be really nice to have caddy vhost which works the same as nginx: https://docs.sulu.io/en/latest/cookbook/web-server/nginx.html
Important mechanisms of the VHost
Check for static files fallback to index.php
Sulu generates thumbnails the first time they are requested, so a fallback mechanism is required. In nginx this is achieved via:
Static files cachelifetime
Static files will have a specified cachelifetime in nginx:
This will mostly be the biggest difference to Symfony caddy configuration. Currently there is not yet any official symfony caddy vhost: symfony/symfony-docs#17471
The text was updated successfully, but these errors were encountered: