mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
Co-authored-by: Charles <charles@pelican.dev> Co-authored-by: Boy132 <Boy132@users.noreply.github.com>
19 lines
302 B
Caddyfile
19 lines
302 B
Caddyfile
{
|
|
servers {
|
|
## docs https://caddyserver.com/docs/caddyfile/options#trusted-proxies
|
|
{$CADDY_TRUSTED_PROXIES}
|
|
{$CADDY_STRICT_PROXIES}
|
|
}
|
|
admin off
|
|
{$CADDY_AUTO_HTTPS}
|
|
{$CADDY_LE_EMAIL}
|
|
}
|
|
|
|
{$CADDY_APP_URL} {
|
|
root * /var/www/html/public
|
|
encode gzip
|
|
|
|
file_server
|
|
php_fastcgi 127.0.0.1:9000
|
|
}
|