Welcome Guest, Not a member yet? Register   Sign In
Deployment on Caddy Server v2
#1

(This post was last modified: 03-08-2020, 03:19 PM by tweenietomatoes.)

Here is an example Caddyfile to deploy CI4 on Caddy 2

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
Reply




Theme © iAndrew 2016 - Forum software by © MyBB