Browse Source

Actualizo nombre de host

main
creylopez 10 months ago
parent
commit
a794e4c94b
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      nginx.conf

+ 2
- 2
nginx.conf View File

@ -1,5 +1,5 @@
upstream djangotutorial {
server djangotutorial:8080;
upstream djangotutorial-git {
server djangotutorial-git:8080;
}
server {


Loading…
Cancel
Save