Skip to content

Commit

Permalink
Fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
Olivier Cervello committed Sep 24, 2021
1 parent cb53ee9 commit e79b7cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conf/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ server {
stub_status;
allow 127.0.0.1; # localhost
allow 172.30.0.0/16; # docker IP range
deny all; # deny all other hosts
deny all; # deny all other hosts
}

location /cgi/ {
Expand Down Expand Up @@ -179,7 +179,7 @@ server {
stub_status;
allow 127.0.0.1; # localhost
allow 172.30.0.0/16; # docker IP range
deny all; # deny all other hosts
deny all; # deny all other hosts
}

location /cgi/ {
Expand Down

0 comments on commit e79b7cb

Please sign in to comment.