Skip to content

Commit

Permalink
Removed upstream blocks from django-app.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
claytonseraphin committed Oct 31, 2023
1 parent 0061b6d commit 6bfbcb7
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions envs/staging/nginx/sites-enabled/django-app.conf
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
upstream app {
server localhost:3000;
}

upstream web {
server 0.0.0.0:8000;
}

server {
listen 80 default_server;
listen [::]:80 default_server;
Expand Down

0 comments on commit 6bfbcb7

Please sign in to comment.