# This file is managed by Ansible. Do not change. ServerName {{ item.value.hostname }} ServerAdmin webmaster@localhost DocumentRoot /var/www/{{ item.key }}/{{ item.value.relative_root }} AllowOverride All Require all granted AssignUserID www-{{ item.key }} www-{{ item.key }} Include ssl.conf {{ item.value.apache_custom_conf | default("") }} SetHandler "proxy:unix:/run/php/php{{ item.value.php_version }}-fpm.www-{{ item.key }}.sock|fcgi://localhost" # vim: syntax=apache ts=4 sw=4 sts=4 sr noet