Describe how to setup mscolab wsgi by gunicorn

Issue #494 resolved
Shivashis Padhi created an issue

python-socketio / flask-socketio wrapper has to be added over Flask app to be imported from wsgi file

Comments (7)

  1. Reimar Bauer

    Workaround is doing something like this and starting locally the server process

    <Location /colab>
        ProxyPass  <http://localhost:8083/>
        ProxyPassReverse  <http://localhost:8083/>
    

  2. Shivashis Padhi reporter

    @Reimar Bauer , are you taking this issue further? I think the last error was in local setup?

  3. Reimar Bauer

    This is more a documentation task. We need a description how to setup this by gunicorn, I rename it also

  4. Log in to comment