DocumentRoot "{{librenms_home}}/html/" ServerName "{{librenms_fqdn}}" {% if librenms_tls %} SSLEngine on SSLCertificateFile "{{nextcloud_cert_file}}" SSLCertificateKeyFile "{{nextcloud_key_file}}" {% endif %} AllowEncodedSlashes NoDecode Require all granted AllowOverride All Options FollowSymLinks MultiViews