nginx-howto
nginx config file
reference:
how to install and configure nginx on Ubuntu
configure for fastapi
configure for react, so the react app lies on the domain
break through the default max size limit (1m)
add this line in http
, be cautious if you occur problem because nested application.
; nginx.conf
client_max_body_size 200m;
reference: