RealGecko

Results 140 comments of RealGecko

Yep, I was not really care about this option :D There're some issues with loggin in my module. Will try to fix it shortly.

Ah yeah, that's the known problem, it's because log rotation is not configured. Gotta deal with 'at.

Yeah man, need to find time to do this, always forget.

If you're using this module then you should select domain and then navigate to `Services -> Manage Nginx PHP-FPM website`. There you'll see `Enable SSL` checkbox. After saving domain configuration...

This means you're using stock Nginx module, that now supports PHP-FPM. I'm not using stock module, so I cannot give you any advice.

You can switch to this module, but as I sad earlier it does not support seamless integration with Let's Encrypt.

I use `rewrite ^ https://$server_name$request_uri? permanent;`, dunno if it makes any difference though.

Initially I planned to create module that only manages FPM. But lurking through the core Nginx module code revealed that adding new PHP execution mode will require it's modification. So...

1. FPM does not support per pool php.ini configuration. Some variables can be set in pool ini, but not all. http://php.net/manual/en/install.fpm.configuration.php So, no luck here. 2 and 3 need investigation.