diff --git a/config/nginx/conf.d/local.conf b/config/nginx/conf.d/local.conf index dc4628f..3924d60 100644 --- a/config/nginx/conf.d/local.conf +++ b/config/nginx/conf.d/local.conf @@ -1,8 +1,5 @@ # adopted from https://pawamoy.github.io/2018/02/01/docker-compose-django-postgres-nginx.html -# first we declare our upstream server, which is our bottle application upstream pypiserver { - # docker will automatically resolve this to the correct address - # because we use the same name as the service: "djangoapp" server pypiserver:8080; }