ServerName wiki.example.com
ServerAdmin webmaster@example.com
DocumentRoot /usr/share/moin/htdocs
Include conf-available/local-tls.conf
SetHandler uwsgi-handler
uWSGISocket /run/uwsgi/app/local-moin/socket
ErrorLog ${APACHE_LOG_DIR}/wiki.example.com-error.log
CustomLog ${APACHE_LOG_DIR}/wiki.example.com-access.log combined
ServerName www.wiki.example.com:443
ServerName wiki:443
ServerName *.wiki:443
Include conf-available/local-tls.conf
RewriteEngine On
RewriteRule / https://wiki.example.com/ [R]
# RewriteRule /(.*)? https://wiki.example.com/$1 [R]
CustomLog ${APACHE_LOG_DIR}/redirect.log vhost_combined
ServerName wiki.example.com
ServerAlias *.wiki.example.com
ServerAlias wiki
ServerAlias *.wiki
RewriteEngine On
RewriteRule / https://wiki.example.com/ [R]
# RewriteRule /(.*)? https://wiki.example.com/$1 [R]
CustomLog ${APACHE_LOG_DIR}/redirect.log vhost_combined