Report this

What is the reason for this report?

No se necesita Nginx para FasApi

Posted on August 3, 2025

En el tutorial del Fast-Api con Postgres no vi ninguna instalacion de nginx, solo uvicorn por que



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Hi there,

Which tutorial are you referring to? In general, Nginx isn’t strictly required for FastAPI, you can run it directly with Uvicorn or Gunicorn.

Nginx is often added as a reverse proxy for things like SSL termination, load balancing, and serving static files, but it’s optional depending on your setup.

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.