nginx reverse proxy

2021-03-31 Thread gusto1
I'm newbie to nginx I have an apache server in lxc 192.168.1.10 (3x vhost/domain) Each vhost is configured as follows and works perfectly -- DocumentRoot /var/www/www.domain1.ddns.com ServerName domain1.ddns.com ServerAlias www.domain1.ddns.com ServerAdmi

How to configure nginx to support multipart/form-data upload

2021-03-31 Thread allenhe
Hi, Can somebody show the minimal configuration to suppport large file upload with multipart/form-data Content-Type? When I upload 8GB file with the following global configs, I will always get 600s timeout with the error: upstream timed out (110: Connection timed out) while reading response header