infrastructure/playbooks/roles/phpvms/templates/Caddyfile.j2

11 lines
185 B
Django/Jinja

http://{{ phpvms_domain }} {
root * /var/www/html/public
encode zstd gzip
file_server
php_fastcgi phpvms-app:9000 {
header_up X-Forwarded-Proto https
}
}