• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

flask

  1. R

    Question Flask app on port 80

    Hello Everybody, I followed this manual to create a flask app and run it in Plesk Obsidian: Input - Guide for Python Flask App deployement But my problem is, that this app only runs on port 5000, or whichever i define in the parameters. It does not run on port 80, so the standard port for http...
  2. Z

    Resolved fix apache2 AH00898: Error reading from remote server returned by /email/xxxxxxx.com Apache error "

    I use a python flask server in the backend . It run a script which prepare then download an xml file. this is working fine is script but if script lasts longer than 80 sec it's stopped and http error 502 is displayed and the xml file is not closed correctly and i get this message : the log...
  3. G

    Resolved deploying a flask app with nginx (proxy mode disabled)

    Hi, as the title suggests I would need to serve my flask app with nginx by disabling proxy mode before managing my sites with plesk I used this configuration to serve my app server { listen 80; server_name mywebsite.net; location /static { alias...
Back
Top