03-08-2020, 03:17 PM
(This post was last modified: 03-08-2020, 03:19 PM by tweenietomatoes.)
Here is an example Caddyfile to deploy CI4 on Caddy 2
It can be added on docs.
Code:
example.com {
root * /var/www/html/public
try_files {path} {path}/ /index.php?{query}
php_fastcgi unix//run/php/php7.3-fpm.sock
file_server
}
It can be added on docs.
pro novice