Skip to content

Commit

Permalink
Fix style of nginx.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
alexazhou committed Apr 27, 2016
1 parent 71b21f3 commit 898b3ee
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,9 @@ http {

server {
listen 80;
server_name localhost;

#this line shoud be include in every server block
include /opt/verynginx/verynginx/nginx_conf/in_server_block.conf;
#this line shoud be include in every server block
include /opt/verynginx/verynginx/nginx_conf/in_server_block.conf;

location = / {
root html;
Expand Down

0 comments on commit 898b3ee

Please sign in to comment.