Skip to content

Commit

Permalink
fix #60
Browse files Browse the repository at this point in the history
  • Loading branch information
punkyoon committed Oct 10, 2018
1 parent 11c66f6 commit 3bcac8e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,8 @@ http {
include /etc/nginx/conf.d/*.conf;
}

location /admin/ {
allow 127.0.0.1;
deny all;
}

0 comments on commit 3bcac8e

Please sign in to comment.