ServerName issues.example.com
ServerAdmin webmaster@example.com
DocumentRoot /var/www/nowhere
Include conf.d/local-ssl.conf
SetHandler uwsgi-handler
uWSGISocket /run/uwsgi/app/local-rt4/socket
ErrorLog ${APACHE_LOG_DIR}/issues.example.com-error.log
CustomLog ${APACHE_LOG_DIR}/issues.example.com-access.log combined
ServerName issues.example.com
ServerAlias *.issues.example.com
Include conf.d/local-log-origin.conf
RedirectMatch permanent .* https://issues.example.com/
ErrorLog ${APACHE_LOG_DIR}/issues.example.com-error.log
CustomLog ${APACHE_LOG_DIR}/issues.example.com-access.log origin