Browse Source

Actualizar 'nginx/default.conf'

main
creylopez 10 months ago
parent
commit
6edb0adbde
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      nginx/default.conf

+ 1
- 1
nginx/default.conf View File

@ -1,5 +1,5 @@
upstream django_project {
server djangotutorial-git-djangotutorial.apps.ocp-cluster.reymota.lab;
server localhost:8000;
}
error_log /var/log/nginx/error.log;


Loading…
Cancel
Save