-
Notifications
You must be signed in to change notification settings - Fork 5
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
Comments
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? |
Btw, using nginx with uwsgi was a matter of stabillity and performance. Thought it'll do the job for us. |
Features Caddy introduced don’t seem actually necessary for us. It could be good, but not that needed. |
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. |
Could you show some examples of these some troubles? |
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. |
@item4 I think there will be another problem or its problem of sentry. |
If the server shows |
I find new solution, Caddy from HN.
I suggest use it to our service
The text was updated successfully, but these errors were encountered: