Skip to content

Commit

Permalink
* Add a sample (uncomment to enable read ACL) for #142
Browse files Browse the repository at this point in the history
  • Loading branch information
audreyt committed Dec 15, 2014
1 parent e783d66 commit 9a73199
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nginx/conf/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ http {

location / {
proxy_pass http://127.0.0.1:8000;
# auth_basic "Viewer Only";
# auth_basic_user_file .htpasswd;
}

location ~ /\. {
Expand Down

0 comments on commit 9a73199

Please sign in to comment.