formstack.ai {
    # Enable automatic HTTPS
    tls josh@macinjo.sh 

    # Serve static files from the current directory
    root * /opt/form-autoscaffold/public
    encode gzip

    # PHP FastCGI support
    php_fastcgi php:9000 {
        root /opt/form-autoscaffold/public
    }

    file_server
}

