Jerry Zhao 191771e32c non-dockerized installation playbook
add non-dockerized installation playbooks and roles

Change-Id: Ica4918a3627ce20db6b4a9823bbbbbaff92b9101
2015-04-01 07:36:01 -07:00

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