Skip to content

Commit

Permalink
start deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
mtianyan committed Jul 25, 2020
1 parent 27f9b98 commit 9bad0e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ upstream django {

server {
listen 80;
server_name 127.0.0.1;
server_name 0.0.0.0;
charset utf-8;

client_max_body_size 75M;
Expand Down

0 comments on commit 9bad0e7

Please sign in to comment.