:80 {
    root * /var/www/html

    encode gzip zstd

    php_fastcgi wordpress:9000 {
        trusted_proxies 172.30.0.0/16
    }

    file_server
}