I\'m changing the domain name of a site. For a period I want the old domain name and the new domain name to point to the site. I\'m running a Python Django site.
My or
If you're facing this issue while using certbot
command to install multiple "Let's Encrypt Certificates" then it may be due to some bug in certbot
. As discussed here, for a quick workaround you can comment
WSGIScriptAlias
WSGIDaemonProcess
WSGIProcessGroup
to run certbot
command and then remove the comments afterwards.