From e82b76cef18ef98dec7330fc3700a285871d69bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Fra=C3=9F?= Date: Tue, 9 Jul 2024 09:11:41 +0200 Subject: [PATCH] [fix] role:dokuwiki-and-nginx --- roles/dokuwiki-and-nginx/templates/conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/dokuwiki-and-nginx/templates/conf.j2 b/roles/dokuwiki-and-nginx/templates/conf.j2 index 03cbbda..8dbf888 100644 --- a/roles/dokuwiki-and-nginx/templates/conf.j2 +++ b/roles/dokuwiki-and-nginx/templates/conf.j2 @@ -40,7 +40,7 @@ fastcgi_pass unix:/var/run/php/php8.2-fpm.sock; # fastcgi_pass unix:/var/run/php5-fpm.sock; #old php version } -{% endif %} +{% endmacro %} server { server_name {{var_dokuwki_and_nginx_domain}};