summaryrefslogtreecommitdiffstats
path: root/compass-deck/misc/apache/cobbler_web.conf
blob: f03d4fe853150ddf5c05e9226d61b6607c15fdc3 (plain)
1
2
3
4
5
6
7
8
9
10
# 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