uwsgi-nginx-docker
uwsgi-nginx-docker copied to clipboard
Is there a way to add certificate?
Hi, I want to add certificate to the wsgi application not sure if its suppose to be added at wsgi.conf or the nginx.conf any help would be appreciated
Hi,
Depending on where you are going to deploy your application. Either in nginx configuration or in your cloud provider.
certificates are like configuration, hence should not be included in the container, but rather handled by a load-balancer or an ingress server.