Hey guys!
I got this error message, which I don't really understand:
New configuration files for the Apache web server were not created due to the errors in configuration templates: nginx: [emerg] "proxy_read_timeout" directive is duplicate in /var/www/vhosts/system/{domain}/conf/vhost_nginx.conf:3 nginx: configuration file /etc/nginx/nginx.conf test failed . Detailed error descriptions were sent to you by email. Please resolve the issues and click here to generate broken configuration files once again or here to generate all configuration files.
What I did:
I added a specific set of nginx-options to a subdomain website:
proxy_connect_timeout 600;
proxy_send_timeout 600;
proxy_read_timeout 600;
send_timeout 600;
fastcgi_buffers 8 16k;
fastcgi_buffer_size 32k;
fastcgi_connect_timeout 300;
fastcgi_send_timeout 300;
fastcgi_read_timeout 300;
This went flawlessly and without error message.
I added the same set of nginx-options to another subdomain website (under the same TLD), and suddenly the error appeared.
Removing the options again doesn't remove the error, also no "detailed error descriptions" have been sent to me.
Anyone got a clue what's going on here?
Thanks so much!
I got this error message, which I don't really understand:
New configuration files for the Apache web server were not created due to the errors in configuration templates: nginx: [emerg] "proxy_read_timeout" directive is duplicate in /var/www/vhosts/system/{domain}/conf/vhost_nginx.conf:3 nginx: configuration file /etc/nginx/nginx.conf test failed . Detailed error descriptions were sent to you by email. Please resolve the issues and click here to generate broken configuration files once again or here to generate all configuration files.
What I did:
I added a specific set of nginx-options to a subdomain website:
proxy_connect_timeout 600;
proxy_send_timeout 600;
proxy_read_timeout 600;
send_timeout 600;
fastcgi_buffers 8 16k;
fastcgi_buffer_size 32k;
fastcgi_connect_timeout 300;
fastcgi_send_timeout 300;
fastcgi_read_timeout 300;
This went flawlessly and without error message.
I added the same set of nginx-options to another subdomain website (under the same TLD), and suddenly the error appeared.
Removing the options again doesn't remove the error, also no "detailed error descriptions" have been sent to me.
Anyone got a clue what's going on here?
Thanks so much!