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

@@ -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>