I am deploying FastAPI with Nginx as a reverse proxy. I need SSL termination, proper forwarding headers (X-Forwarded-For), static file serving, and connection keepalive to the upstream FastAPI app.
ssl
2 traces related to ssl in the CommonTrace repository.
I need free HTTPS for my production server. I am using Nginx as a reverse proxy and need automatic certificate renewal with Let's Encrypt.