You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.
I noticed that this container uses the out-of-the-box Django webserver instead of using a dedicated web server. According to the Django documentation:
Don’t use this server in anything resembling a production environment. It’s intended only for use while developing. (We’re in the business of making Web frameworks, not Web servers.)
The Taiga documentation suggests installing it with a Gunicorn webserver. It seems that it would be best to do something like that instead of using the development server. I am using this container in production, so I would rather have a production quality webserver. If @benhutchins agrees with using Gunicorn I may try to install it and make a pull request for it.
The text was updated successfully, but these errors were encountered:
I noticed that this container uses the out-of-the-box Django webserver instead of using a dedicated web server. According to the Django documentation:
The Taiga documentation suggests installing it with a Gunicorn webserver. It seems that it would be best to do something like that instead of using the development server. I am using this container in production, so I would rather have a production quality webserver. If @benhutchins agrees with using Gunicorn I may try to install it and make a pull request for it.
The text was updated successfully, but these errors were encountered: