in nucleus/wsgi.py [0:0]
def _get_scheme(self): if IS_HTTPS: return "https" return super()._get_scheme()