Closed johnmartins closed 3 years ago
Added a new docker container which hosts an nginx webserver.
FastAPI still only communicates using HTTP. However, nginx recieves all HTTPS requests, which it translates to HTTP and sends to the FastAPI server.
Added a new docker container which hosts an nginx webserver.
FastAPI still only communicates using HTTP. However, nginx recieves all HTTPS requests, which it translates to HTTP and sends to the FastAPI server.