make it work on debian

remove certbot generation (its got its own role)
This commit is contained in:
2024-05-07 15:06:02 +02:00
parent 31e9283fc0
commit 19ed4cd113
8 changed files with 23 additions and 66 deletions

View File

@@ -1,6 +1,6 @@
[www_{{apache_server_name}}]
user = {{ apache_user }}
group = apache
group = {{ apache_group }}
listen = {{ apache_php_socket }}
listen.owner = {{ apache_user }}
listen.group = apache

View File

@@ -42,7 +42,7 @@
</Directory>
{%if apache_use_php %}
<FilesMatch \.php$>
SetHandler "proxy:unix:{{ apache_php_socket }}|fcgi://localhost/"
SetHandler "{{ php_listen_url }}"
</FilesMatch>
{% endif %}
</VirtualHost>