Jump to content

Recommended Posts

Posted

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!

Posted

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.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...