Dukemaster
Regular Pleskian
Hi at all,
I'm sorry to ask this basics. But since the last few days I use "nginx only", static files also [isn't the option static files by nginx obsolet by the site related option: Nginx without Apache?) together with FPM71 served by nginx.
I feel that the great promised better performance and faster site-speed by using Nginx is not reality in my case. I feel that my sites are loading slower.
So, I again had sleepless nights by reading uncountable documentations from different sources, mostly PLESK.
Yesterday I had errors/warnings with server reached max_children setting (5) and Bad file descriptor (9)
these great tutorials 1 + 2 by PLESK solved the problems perfectly!!!
Mostly I want to ask You the simple questions where to set correctly the (FPM) FastCGI settings and which values (if possible globally, or for each domain?
Is "where" perhaps "additional nginx settings"?
Example from internet:
Problem: Seems(?) that there are settings only for Plesk and others for webhosting, but I'm not sure.
I want to describe the problems by a great articles by Alexandre Tumanov (I read so much good articles by him and other support members who do a great job)
One, two, three, The first I can't find anymore, there he described two possibilies for the same two options.
Sorry, I'm totally confused about FPM/FastCGI settings. I only want a standard configuration which is for 2000 - 5000 concurrent connections (visitors) on maximum 50 domains.
Help would be great in this case.
Greets
I'm sorry to ask this basics. But since the last few days I use "nginx only", static files also [isn't the option static files by nginx obsolet by the site related option: Nginx without Apache?) together with FPM71 served by nginx.
I feel that the great promised better performance and faster site-speed by using Nginx is not reality in my case. I feel that my sites are loading slower.
So, I again had sleepless nights by reading uncountable documentations from different sources, mostly PLESK.
Yesterday I had errors/warnings with server reached max_children setting (5) and Bad file descriptor (9)
these great tutorials 1 + 2 by PLESK solved the problems perfectly!!!
Mostly I want to ask You the simple questions where to set correctly the (FPM) FastCGI settings and which values (if possible globally, or for each domain?
Is "where" perhaps "additional nginx settings"?
Example from internet:
Code:
fastcgi_buffers 8 128k;
fastcgi_buffer_size 256k;
fastcgi_connect_timeout 300;
fastcgi_send_timeout 300;
fastcgi_read_timeout 300;
proxy_buffer_size 128k;
proxy_buffers 8 256k;
proxy_busy_buffers_size 256k;
Problem: Seems(?) that there are settings only for Plesk and others for webhosting, but I'm not sure.
I want to describe the problems by a great articles by Alexandre Tumanov (I read so much good articles by him and other support members who do a great job)
One, two, three, The first I can't find anymore, there he described two possibilies for the same two options.
Sorry, I'm totally confused about FPM/FastCGI settings. I only want a standard configuration which is for 2000 - 5000 concurrent connections (visitors) on maximum 50 domains.
Help would be great in this case.
Greets