File cobbler_web_config.diff of Package cobbler

Index: config/cobbler_web.conf
===================================================================
--- config/cobbler_web.conf.orig
+++ config/cobbler_web.conf
@@ -7,4 +7,18 @@
 RewriteCond %{REQUEST_URI} ^/cobbler_web
 RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
 
+<Directory "/usr/share/cobbler/web/">
+        Options Indexes MultiViews
+        AllowOverride None
+        Order allow,deny
+        Allow from all
+</Directory>
+
+<Directory "/srv/www/cobbler_webui_content/">
+        Options +Indexes +FollowSymLinks
+        AllowOverride None
+        Order allow,deny
+        Allow from all
+</Directory>
+
 WSGIScriptAlias /cobbler_web /usr/share/cobbler/web/cobbler.wsgi

openSUSE Build Service is sponsored by