Add phpvms service

This commit is contained in:
Tobias Reisinger 2026-02-05 18:58:22 +01:00
parent bf5fdebfa2
commit 11c339ce92
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
9 changed files with 257 additions and 3 deletions

View file

@ -0,0 +1,9 @@
{$CADDY_DOMAIN} {
root * /var/www/html/public
encode zstd gzip
file_server
php_fastcgi phpvms-app:9000
}