Files
panel/docker/Caddyfile

13 lines
155 B
Caddyfile
Raw Normal View History

2024-06-11 19:17:23 -04:00
{
2024-10-14 20:51:22 +00:00
admin off
2024-06-11 19:17:23 -04:00
email {$ADMIN_EMAIL}
}
{$APP_URL} {
root * /var/www/html/public
2024-06-02 21:57:23 -04:00
encode gzip
php_fastcgi 127.0.0.1:9000
2024-06-02 21:57:23 -04:00
file_server
}