expatbase.net {
    root * /var/www/html/flarum/public
    php_fastcgi unix//var/run/php/php8.2-fpm.sock
    header /assets/* {
        +Cache-Control "public, must-revalidate, proxy-revalidate"
        +Cache-Control "max-age=25000"
        Pragma "public"
    }

    file_server
    encode zstd gzip
}

mail.expatbase.net {
  reverse_proxy localhost:8081
  encode zstd gzip
}
