Skip to content

Commit

Permalink
move comment
Browse files Browse the repository at this point in the history
  • Loading branch information
interrogator committed Apr 20, 2020
1 parent 2abaf8a commit fd0caf0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buzzword/buzzword_nginx.conf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# the upstream component nginx needs to connect to
upstream django {
# server unix:///tmp/buzzword.sock; # for a file socket
server 127.0.0.1:8001; # for a web port socket (we'll use this first)
server unix:///tmp/buzzword.sock; # for a file socket
# server 127.0.0.1:8001; # for a web port socket (we'll use this first)
}

# configuration of the server
Expand Down

0 comments on commit fd0caf0

Please sign in to comment.