Feature to modify nginx proxy_read_timeout from UI
Ability to set proxyreadtimeout from UI. Currently, this timeout is always matched with maxexecutiontime.
You can just add proxy_read_timeout 100; directive to “Additional nginx directives”: Plesk > Domains > example.com > Apache & nginx Settings
—
IG
-
Anonymous commented
That can only be set via Additional NGINX directives if the max_execution_time is set to default. That is so because when you change the max_execution_time to another value than the default, the corresponding proxy_read_timeout value is written in /var/www/vhosts/system/example.com/conf/nginx.conf. After that if you try to add an Additional NGINX directives you will see the following error:
Invalid nginx configuration: nginx: [emerg] "proxy_read_timeout" directive is duplicate in /var/www/vhosts/system/example.com/conf/vhost_nginx.conf:1 nginx: configuration file /etc/nginx/nginx.conf test failed