Add phpvms service
This commit is contained in:
parent
bf5fdebfa2
commit
11c339ce92
9 changed files with 257 additions and 3 deletions
9
playbooks/roles/phpvms/files/Caddyfile
Normal file
9
playbooks/roles/phpvms/files/Caddyfile
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{$CADDY_DOMAIN} {
|
||||
root * /var/www/html/public
|
||||
|
||||
encode zstd gzip
|
||||
|
||||
file_server
|
||||
|
||||
php_fastcgi phpvms-app:9000
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue