mirror of
https://github.com/invoiceninja/dockerfiles.git
synced 2025-12-31 19:47:25 +01:00
7 lines
115 B
Caddyfile
7 lines
115 B
Caddyfile
{$APP_URL} {
|
|
root * /var/www/app/public
|
|
php_fastcgi app:9000
|
|
encode zstd gzip
|
|
file_server browse
|
|
}
|