Web templates with PHP-FPM on 1.1.0 Beta

Hi

I upgraded one of the production systems to 1.1.0. because I really love the work you did on the new version, and I didn’t notice any issues during testing.

I did however notice one thing about templates when PHP-FPM is used.

Templates for apache are taken from: /usr/local/hestia/data/templates/web/apache2/php-fpm as expected, but templates for nginx are taken from /usr/local/hestia/data/templates/web/nginx instead of /usr/local/hestia/data/templates/web/nginx/php-fpm.

Is this a bug, or am I missing something?

BR,
N

There are two types of templates for nginx, one when configured as standalone webserver with php-fpm and second when running as reverse proxy for apache2

2 Likes