Skip to content

Commit

Permalink
Merge pull request #106 from SUSE/smt12_fix_strict_auth
Browse files Browse the repository at this point in the history
Make /repo/tools/ accessible without authenication
  • Loading branch information
ikapelyukhin authored Nov 28, 2017
2 parents 278a17b + ec2a128 commit 9b25ae1
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 9b25ae1

Please sign in to comment.