diff options
| author | Patrick Uiterwijk <puiterwijk@redhat.com> | 2016-04-12 16:21:25 +0000 |
|---|---|---|
| committer | Patrick Uiterwijk <puiterwijk@redhat.com> | 2016-04-12 16:21:25 +0000 |
| commit | b14a7b3b1b663af2348d1eb6b90d93805395199e (patch) | |
| tree | d3e259960ed555c4f8576766f34366f3a3e52ad5 /roles/httpd/reverseproxy/templates | |
| parent | af3a270f2ce18eacfae64c7ea6011f7133fc47fd (diff) | |
| download | ansible-b14a7b3b1b663af2348d1eb6b90d93805395199e.tar.gz ansible-b14a7b3b1b663af2348d1eb6b90d93805395199e.tar.xz ansible-b14a7b3b1b663af2348d1eb6b90d93805395199e.zip | |
This needs to be under Location
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
Diffstat (limited to 'roles/httpd/reverseproxy/templates')
| -rw-r--r-- | roles/httpd/reverseproxy/templates/reversepassproxy.registry.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/httpd/reverseproxy/templates/reversepassproxy.registry.conf b/roles/httpd/reverseproxy/templates/reversepassproxy.registry.conf index 9a3fea30c..2c460fd81 100644 --- a/roles/httpd/reverseproxy/templates/reversepassproxy.registry.conf +++ b/roles/httpd/reverseproxy/templates/reversepassproxy.registry.conf @@ -10,7 +10,6 @@ SSLVerifyClient optional SSLVerifyDepth 1 SSLCACertificateFile /etc/pki/httpd/fedora-server-ca.cert SSLOptions +FakeBasicAuth -AuthUserFile /etc/httpd/conf.d/register.fedoraproject.org/passwd <Location /v2> @@ -18,6 +17,7 @@ AuthUserFile /etc/httpd/conf.d/register.fedoraproject.org/passwd Allow from all AuthName "Registry Authentication" AuthType Basic + AuthUserFile /etc/httpd/conf.d/register.fedoraproject.org/passwd # Anyone can read <Limit GET HEAD> |
