kbp2025 Posted 7 hours ago Posted 7 hours ago Hello Support Team, I need help setting up a reverse proxy for my subdomain. Here are the details: Domain: anonymizer.bawantha-beliwaththa.me Backend Application: Flask app running on http://127.0.0.1:5001 Application Type: Python/Flask with Gunicorn The application is already running and accessible locally on port 5001. I need a reverse proxy configuration that forwards all requests from: https://anonymizer.bawantha-beliwaththa.me/* → http://127.0.0.1:5001/* Additional details: - The app handles its own static files - Needs to support file uploads (up to 100MB) - Should maintain HTTPS connections Please let me know if you need any additional information. Thank you! Quote
wolstech Posted 2 hours ago Posted 2 hours ago This is a Krydos question. I'm not sure if our system can do this or not (and if so, I'd imagine Krydos would need to edit the Apache config to do it as Google shows the relevant commands are not supported in .htaccess). Usually Flask is implemented via WSGI on our service (https://wiki.helionet.org/Flask), not as a self-hosting application with a proxy in front of it. Escalating. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.