ServerName django.example.com
ServerAdmin webmaster@example.com
DocumentRoot /var/www/nowhere
Include conf-available/local-tls.conf
SetHandler uwsgi-handler
uWSGISocket /run/uwsgi/app/local-django-app/socket
uWSGImaxVars 512
ErrorLog ${APACHE_LOG_DIR}/django.example.com-error.log
CustomLog ${APACHE_LOG_DIR}/django.example.com-access.log combined
ServerName django.example.com
ServerAlias *.django.example.com
RedirectMatch permanent .* https://django.example.com/
CustomLog ${APACHE_LOG_DIR}/redirect.log vhost_combined