Skip to content

Commit

Permalink
delete some unused comments
Browse files Browse the repository at this point in the history
  • Loading branch information
larsrinn committed Jul 25, 2022
1 parent 2566c76 commit 0c0caed
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions config/nginx/conf.d/local.conf
Original file line number Diff line number Diff line change
@@ -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;
}

Expand Down

0 comments on commit 0c0caed

Please sign in to comment.