Skip to content
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

Does we really need nginx+uwsgi? #107

Open
item4 opened this issue Apr 28, 2015 · 8 comments
Open

Does we really need nginx+uwsgi? #107

item4 opened this issue Apr 28, 2015 · 8 comments

Comments

@item4
Copy link
Member

item4 commented Apr 28, 2015

I find new solution, Caddy from HN.

I suggest use it to our service

@tkiapril
Copy link
Contributor

tkiapril commented May 2, 2015

I played around with Caddy a bit with Docker, but found it a little immature being a production server yet. I felt a bit uncomfortable setting virtual hosts and fallback, and also its' rewrite engine does not seem to support patterns yet, assuming from the docs. I do know that we do not need all of these features, but wouldn't it better to take some term watching it to mature sufficiently and then decide whether to move on or not?

@tkiapril
Copy link
Contributor

tkiapril commented May 2, 2015

Btw, using nginx with uwsgi was a matter of stabillity and performance. Thought it'll do the job for us.

@dahlia
Copy link
Contributor

dahlia commented May 2, 2015

Features Caddy introduced don’t seem actually necessary for us. It could be good, but not that needed.

@item4
Copy link
Member Author

item4 commented May 2, 2015

What I want to say is, we have some trouble about deploy and real running service. So I think if uwsgi is too difficult to debug, we can try other way like gunicorn + something.

@dahlia
Copy link
Contributor

dahlia commented May 3, 2015

Could you show some examples of these some troubles?

@item4
Copy link
Member Author

item4 commented May 3, 2015

Now I can't show you because service is down. when service is up. our source is deployed and not worked. (5xx error) and not sent error to sentry.

@miaekim
Copy link
Contributor

miaekim commented May 3, 2015

@item4 I think there will be another problem or its problem of sentry.

@dahlia
Copy link
Contributor

dahlia commented May 4, 2015

If the server shows 500 Server Error it means Nginx is alive but its upstream behind, which is our application server, does not respond. It won’t be solved by replacing Nginx with its alternative.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants