server{ listen 80; root /var/www/nostone_loan; location / { rewrite ^/backend/(.*)$ /$1 break; uwsgi_connect_timeout 3600s; uwsgi_read_timeout 3600s; uwsgi_send_timeout 3600s; uwsgi_pass 127.0.0.1:9001; include uwsgi_params; } client_max_body_size 100M; }