-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to configure with uwsgi? #14
Comments
I think I'm just going to abandon uwsgi. I don't need it. This works fine behind nginx without uwsgi in the middle. |
You can also check out https://github.com/zeekay/flask-uwsgi-websocket, which works really well with uwsgi. I'll take a look at things this weekend if I have time. |
Thanks. I *really* like bottle and use it for all of my little web
services. It would be great to figure out the correct uwsgi configuration.
I tried many many variations and finally gave up. Much of doc is
inconsistent and (I guess) out of date. Then, apparently, the version
installed on Ubuntu 18.04 is subtly different than the doc.
…On Sat, Jan 12, 2019 at 5:37 PM Zach Kelling ***@***.***> wrote:
You can also check out https://github.com/zeekay/flask-uwsgi-websocket,
which works really well with uwsgi. I'll take a look at things this weekend
if I have time.
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#14 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAMFfO0qvlbTNXHLSxvIYtVMAqVgVG3tks5vCmOzgaJpZM4Z8bBq>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The library works fine when used directly, and also when I use it through nginx. But when I try to run the app with uwsgi, I get None for the websocket (ws) in the handler. I just copied your echo handler for a quick test.
I'm missing something in the configuration of uwsgi I guess. Do you have an example of running it with uwsgi?
The text was updated successfully, but these errors were encountered: