We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 29f5005 + 13b194f commit 8c4d760Copy full SHA for 8c4d760
1 file changed
backend/app/main.py
@@ -50,7 +50,9 @@
50
app.add_middleware(SlowAPIMiddleware)
51
52
# Security Middlewares
53
-if environment in ["production", "staging"]:
+# I am commenting out the HTTPS redirect middleware for now
54
+# because this project is hosted behind a reverse proxy
55
+# if environment in ["production", "staging"]:
56
# app.add_middleware(HTTPSRedirectMiddleware)
57
58
app.add_middleware(
0 commit comments