From 39b47a4dec90682ad2dfaba5f6bd2f70aada0a11 Mon Sep 17 00:00:00 2001 From: Nicholas Pease Date: Mon, 29 Jan 2024 22:13:47 -0500 Subject: [PATCH] Backend Fixes --- backend/python/backend.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/python/backend.py b/backend/python/backend.py index 3a986e4..b049d6d 100644 --- a/backend/python/backend.py +++ b/backend/python/backend.py @@ -62,4 +62,4 @@ def after_request(response): if __name__ == '__main__': context = ('/etc/lighttpd/ssl/aa.local.crt','/etc/lighttpd/ssl/aa.local.key') - app.run(host='0.0.0.0', port=5000) \ No newline at end of file + app.run(host='0.0.0.0', port=5000, ssl_context=context)