rename apache_stats var

This commit is contained in:
2021-08-10 22:04:07 +02:00
parent ffc57a7519
commit 12a0b030e9
3 changed files with 11 additions and 11 deletions

View File

@@ -1,17 +1,17 @@
---
# defaults file for apache_vhost
---
apache_access_log: "{{ apache_base_dir}}/logs/access_log"
apache_allowoverride: all
apache_base_dir: "/srv/{{ apache_server_name }}"
apache_document_root: "{{ apache_base_dir }}/www"
apache_access_log: "{{ apache_base_dir}}/logs/access_log"
apache_php_socket: "{{ apache_base_dir }}/php-fpm.sock"
apache_use_php: true
apache_use_ssl: true
apache_use_zabbix: true
apache_use_certbot: true
apache_restart: false
apache_ssl_certificate: "/etc/letsencrypt/live/{{ apache_server_name }}/cert.pem"
apache_ssl_chain: "/etc/letsencrypt/live/{{ apache_server_name }}/fullchain.pem"
apache_ssl_key: "/etc/letsencrypt/live/{{ apache_server_name }}/privkey.pem "
apache_use_certbot: true
apache_use_php: true
apache_use_ssl: true
apache_use_stats: true
apache_use_zabbix: true
apache_user: "{{ apache_server_name | regex_search( '([^.]+)' ) }} }}"
apache_allowoverride: all
apache_restart: false
apache_stats: true