⚲
Project
General
Profile
Sign in
Home
Projects
Help
Search
:
Katello
All Projects
Plugins
»
Katello
Overview
Activity
Roadmap
Issues
Wiki
Repository
Download (729 Bytes)
Bug #30493
» pulp_deb.conf
Robert-Jan Oosterloo
, 10/25/2020 01:34 PM
# -- split according to SSL-status
<
Location
/
pulp
/
deb
/>
RewriteEngine
On
RewriteCond
%{
HTTPS
}
on
RewriteRule
(.+/
pulp
/
deb
/)(.*) /
pulp2
/
content
/
var
/
www
/
pub
/
deb
/
https
/
repos
/$
2
[
DPI
]
RewriteCond
%{
HTTPS
}
off
RewriteRule
(.+/
pulp
/
deb
/)(.*) /
pulp2
/
content
/
var
/
www
/
pub
/
deb
/
http
/
repos
/$
2
[
DPI
]
</
Location
>
# -- HTTPS Repositories ----------
<
Directory
/
var
/
www
/
pub
/
deb
/
https
>
WSGIAccessScript
/
usr
/
share
/
pulp
/
wsgi
/
repo_auth
.
wsgi
SSLRequireSSL
SSLVerifyClient
optional
SSLVerifyDepth
9
SSLOptions
+
StdEnvVars
+
ExportCertData
+
FakeBasicAuth
Options
FollowSymLinks
Indexes
</
Directory
>
# -- HTTP Repositories ----------
<
Directory
/
var
/
www
/
pub
/
deb
/
http
>
Options
FollowSymLinks
Indexes
</
Directory
>
« Previous
1
…
3
4
5
6
7
…
10
Next »
(5-5/10)
Loading...