Skip to content

Commit

Permalink
Make /repo/tools/ accessible without authenication
Browse files Browse the repository at this point in the history
  • Loading branch information
ikapelyukhin committed Nov 28, 2017
1 parent 23c4710 commit ec2a128
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apache2/conf.d/nu_server.conf
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,8 @@
AuthName SMTAuth
AuthType Basic
Require valid-user

# Allow unauthenticated access to /repo/tools/ directory
Require expr %{REQUEST_URI} =~ m#^/repo/tools/.*#
</Directory>
</IfModule>

0 comments on commit ec2a128

Please # to comment.