Servus
Basic Pleskian
Hello!
Sorry I edited this thread full. I'm new at nginx and I read that some plesk user paste this in additional nginx directives in domain apache+nginx settings.
I do not know muc about FPM settings at all. All the time with apache and nginx together I had no problems with it but very often slow browsing, special with images. (by only 100 visitors).
Could you please help finding the correct fpm settings serverwide for all domains if it's possible. My server is Ubuntu 16.04 with 16g ram. I use now only nginx with php 7.1.8. and disabled apache for each domain and also in service plan settings. I know it is less but I want to make it possible for 1000-2000 visitors at maximum prime time. Only make it possible.
Thanks in advice
Sorry I edited this thread full. I'm new at nginx and I read that some plesk user paste this in additional nginx directives in domain apache+nginx settings.
I do not know muc about FPM settings at all. All the time with apache and nginx together I had no problems with it but very often slow browsing, special with images. (by only 100 visitors).
Could you please help finding the correct fpm settings serverwide for all domains if it's possible. My server is Ubuntu 16.04 with 16g ram. I use now only nginx with php 7.1.8. and disabled apache for each domain and also in service plan settings. I know it is less but I want to make it possible for 1000-2000 visitors at maximum prime time. Only make it possible.
Code:
proxy_buffer_size 128k;
proxy_buffers 4 256k;
proxy_busy_buffers_size 256k;
location ~ .php$ {
fastcgi_buffer_size 128k;
fastcgi_buffers 4 256k;
fastcgi_busy_buffers_size 256k;
}
Last edited: