2beaa6421e
Change-Id: I84526351f9aa4882d498601ebe9681e622909516
11 lines
317 B
Plaintext
11 lines
317 B
Plaintext
# This configuration file enables the cobbler web
|
|
# interface (django version)
|
|
|
|
# Force everything to go to https
|
|
RewriteEngine on
|
|
RewriteCond %{HTTPS} off
|
|
RewriteCond %{REQUEST_URI} ^/cobbler_web
|
|
# RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
|
|
|
|
WSGIScriptAlias /cobbler_web /usr/share/cobbler/web/cobbler.wsgi
|