correstion de syntax
authorrominique <romain.legoff@heureux-cyclage.org>
Fri, 3 May 2024 07:06:50 +0000 (09:06 +0200)
committerrominique <romain.legoff@heureux-cyclage.org>
Fri, 3 May 2024 07:06:50 +0000 (09:06 +0200)
templates/php_WP_conf.j2
templates/php_gestion_conf.j2
templates/php_paheko_conf.j2

index 0e127bc..321bd91 100644 (file)
@@ -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
index 5abb624..e65b214 100644 (file)
@@ -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
index 5abb624..e65b214 100644 (file)
@@ -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