From: rominique Date: Fri, 3 May 2024 07:06:50 +0000 (+0200) Subject: correstion de syntax X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dcompta/operations/?a=commitdiff_plain;h=c99e640f1cb009b1d95475969b0a5f93778be6f9;p=lhc%2Fansible.git correstion de syntax --- diff --git a/templates/php_WP_conf.j2 b/templates/php_WP_conf.j2 index 0e127bc..321bd91 100644 --- a/templates/php_WP_conf.j2 +++ b/templates/php_WP_conf.j2 @@ -1,4 +1,4 @@ -[{{ TLD}}/{{ DOMAIN}}/{{ SITE}}] +[{{ TLD }}/{{ DOMAIN }}/{{ SITE }}] user = php_{{ SIGLE }}_{{ SITE }} group = php_{{ SIGLE }}_{{ SITE }} @@ -12,4 +12,4 @@ pm.max_children = 10 pm.process_idle_timeout = 60s pm.max_requests = 500 -access.log = /home/sites/log/php/fpm/{{ TLD}}/{{ DOMAIN}}/{{ SITE}}/access.log \ No newline at end of file +access.log = /home/sites/log/php/fpm/{{ TLD }}/{{ DOMAIN }}/{{ SITE }}/access.log \ No newline at end of file diff --git a/templates/php_gestion_conf.j2 b/templates/php_gestion_conf.j2 index 5abb624..e65b214 100644 --- a/templates/php_gestion_conf.j2 +++ b/templates/php_gestion_conf.j2 @@ -1,4 +1,4 @@ -[{{ TLD}}/{{ DOMAIN}}/{{ SITE}}] +[{{ TLD }}/{{ DOMAIN }}/{{ SITE }}] user = php_{{ SIGLE }}_{{ SITE }} group = php_{{ SIGLE }}_{{ SITE }} @@ -12,4 +12,4 @@ pm.start_servers = 2 pm.min_spare_servers = 1 pm.max_spare_servers = 3 -access.log = /home/sites/log/php/fpm/{{ TLD}}/{{ DOMAIN}}/{{ SITE}}/access.log \ No newline at end of file +access.log = /home/sites/log/php/fpm/{{ TLD }}/{{ DOMAIN }}/{{ SITE }}/access.log \ No newline at end of file diff --git a/templates/php_paheko_conf.j2 b/templates/php_paheko_conf.j2 index 5abb624..e65b214 100644 --- a/templates/php_paheko_conf.j2 +++ b/templates/php_paheko_conf.j2 @@ -1,4 +1,4 @@ -[{{ TLD}}/{{ DOMAIN}}/{{ SITE}}] +[{{ TLD }}/{{ DOMAIN }}/{{ SITE }}] user = php_{{ SIGLE }}_{{ SITE }} group = php_{{ SIGLE }}_{{ SITE }} @@ -12,4 +12,4 @@ pm.start_servers = 2 pm.min_spare_servers = 1 pm.max_spare_servers = 3 -access.log = /home/sites/log/php/fpm/{{ TLD}}/{{ DOMAIN}}/{{ SITE}}/access.log \ No newline at end of file +access.log = /home/sites/log/php/fpm/{{ TLD }}/{{ DOMAIN }}/{{ SITE }}/access.log \ No newline at end of file