:8000

log

{$CADDY_EXTRA_CONFIG}

route {
	@default {
		not path /theme/* /media/* /thumbnail/* /bundles/*
	}
	root * /var/www/html/public
	php_fastcgi @default unix//tmp/php-fpm.sock {
		trusted_proxies private_ranges
	}
	encode gzip zstd
	file_server

	{$CADDY_SERVER_EXTRA_DIRECTIVES}
}
