Files
rssbridge/Caddyfile
T

12 lines
127 B
Caddyfile
Raw Normal View History

{
auto_https off
frankenphp
}
:8080 {
root * /app/public
encode zstd br gzip
php_server
file_server
}