ServerName {{ gpodder_subdomain }}.{{ item.name }} Redirect temp / https://{{ gpodder_subdomain }}.{{ item.name }}/ ServerName {{ gpodder_subdomain }}.{{ item.name }} SSLEngine On DocumentRoot "{{ item.doc_root }}" DirectoryIndex index.html Options -Indexes HostnameLookups Off LogLevel warn ErrorLog /var/log/apache2/gpodder.info-error_log CustomLog /var/log/apache2/gpodder.info-access_log common ProxyRequests Off ProxyPreserveHost On AllowOverride None Require all granted Alias /static /home/gpodder/gpodder/static ProxyPassMatch ^/static ! ProxyPass / http://localhost:{{ gpodder_internal_port }}/ ProxyPassReverse / http://localhost:{{ gpodder_internal_port }}/