⚲
Project
General
Profile
Sign in
Home
Projects
Help
Search
:
Katello
All Projects
Plugins
»
Katello
Overview
Activity
Roadmap
Issues
Wiki
Repository
Download (936 Bytes)
Bug #30493
» pulp_nodes.conf
Robert-Jan Oosterloo
, 10/25/2020 01:34 PM
#
# Apache configuration file for pulp web services and repositories
#
# -- HTTP Repositories ---------
Alias
/
pulp
/
nodes
/
http
/
repos
/
var
/
www
/
pulp
/
nodes
/
http
/
repos
<
Directory
/
var
/
www
/
pulp
/
nodes
/
http
/
repos
>
Options
FollowSymLinks
Indexes
</
Directory
>
# -- HTTPS Repositories ---------
Alias
/
pulp
/
nodes
/
https
/
repos
/
var
/
www
/
pulp
/
nodes
/
https
/
repos
<
Directory
/
var
/
www
/
pulp
/
nodes
/
https
/
repos
>
Options
FollowSymLinks
Indexes
SSLRequireSSL
SSLVerifyClient
'require'
SSLVerifyDepth
5
SSLOptions
+
FakeBasicAuth
SSLRequire
%{
SSL_CLIENT_S_DN_O
}
eq
"PULP"
and
%{
SSL_CLIENT_S_DN_OU
}
eq
"NODES"
</
Directory
>
Alias
/
pulp
/
nodes
/
content
/
var
/
www
/
pulp
/
nodes
/
content
<
Directory
/
var
/
www
/
pulp
/
nodes
/
content
>
Options
FollowSymLinks
Indexes
SSLRequireSSL
SSLVerifyClient
'require'
SSLVerifyDepth
5
SSLOptions
+
FakeBasicAuth
SSLRequire
%{
SSL_CLIENT_S_DN_O
}
eq
"PULP"
and
%{
SSL_CLIENT_S_DN_OU
}
eq
"NODES"
</
Directory
>
« Previous
1
…
6
7
8
9
10
Next »
(8-8/10)
Loading...