Real-Gecko / virtualmin-nginx-fpm

Virtualmin plugin to create Nginx and PHP-FPM powered websites for domains
GNU General Public License v3.0
24 stars 9 forks source link

Fill-in default values of 'Manage Nginx PHP-FPM website' page #4

Closed chapmanjacobd closed 8 years ago

chapmanjacobd commented 9 years ago

Then the user can choose to enable SSL without getting an error.

Setting Value
Number of child processes 50
The number of child processes to create on startup 20
The desired minimum number of idle processes 5
The desired maximum number of idle processes 35
The number of requests each child process should execute before respawning 500

capture

Real-Gecko commented 9 years ago

I'm not sure what are you trying to say.

chapmanjacobd commented 9 years ago

lol. Sorry I didn't explain this issue very well.

The plugin wasn't filling in the default values on the "Manage Nginx PHP-FPM website" page of a virtual server in Debian 8.

However, I tested it on CentOS 7 and it works like it should.

On 11/26/2015 3:07 PM, Real-Gecko wrote:

I'm not sure what are you trying to say.


Reply to this email directly or view it on GitHub: https://github.com/Real-Gecko/virtualmin-nginx-fpm/issues/4#issuecomment-159828728

Real-Gecko commented 9 years ago

That's strange I use Debian 8 myself and it fills default values well. What version of plugin you use?

chapmanjacobd commented 8 years ago

1.0.4

On 11/26/2015 5:41 PM, Real-Gecko wrote:

That's strange I use Debian 8 myself and it fills default values well. What version of plugin you use?


Reply to this email directly or view it on GitHub: https://github.com/Real-Gecko/virtualmin-nginx-fpm/issues/4#issuecomment-159859646

Real-Gecko commented 8 years ago

Cannot reproduce it, actually this default settings are hardcoded in module code. Does it happen when you create domain? Or it happens when you edit PHP-FPM settings in Services menu link?

chapmanjacobd commented 8 years ago

When creating a domain. If you can't reproduce it, I wouldn't worry about it. I already deleted the Debian server. You can just close the issue.

Thanks for the plugin! It helped me transition over to nginx.

On 11/27/2015 3:01 PM, Real-Gecko wrote:

Cannot reproduce it, actually this default settings are hardcoded in module code. Does it happen when you create domain? Or it happens when you edit PHP-FPM settings in Services menu link?


Reply to this email directly or view it on GitHub: https://github.com/Real-Gecko/virtualmin-nginx-fpm/issues/4#issuecomment-160055851

Real-Gecko commented 8 years ago

You're welcome! Feel free to reopen issue if things go wrong again.