Browse Source

Revert "Quito upstream"

This reverts commit 0d6aa34102.
main
Celestino Rey 10 months ago
parent
commit
7c47a0d818
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      nginx.conf

+ 4
- 0
nginx.conf View File

@ -1,3 +1,7 @@
upstream djangotutorial-git {
server djangotutorial-git:8080;
}
server {
listen 80;


Loading…
Cancel
Save