2024-09-26 18:28:11 -04:00

12 lines
141 B
Caddyfile

{
email {$ADMIN_EMAIL}
}
{$APP_URL} {
root * /var/www/html/public
encode gzip
php_fastcgi 127.0.0.1:9000
file_server
}