diff --git a/templates/etc/httpd/conf.d/05-foreman.d/katello.conf.erb b/templates/etc/httpd/conf.d/05-foreman.d/katello.conf.erb index 75dd2796..8d88acd8 100644 --- a/templates/etc/httpd/conf.d/05-foreman.d/katello.conf.erb +++ b/templates/etc/httpd/conf.d/05-foreman.d/katello.conf.erb @@ -8,7 +8,11 @@ Alias /pub /var/www/html/pub PassengerEnabled off Options +FollowSymLinks +Indexes +<% if ( @operatingsystem == "RedHat" && operatingsystemmajrelease == "7" ) -%> + Require all granted +<% else -%> Allow from all +<% end -%> Include /etc/pulp/vhosts80/*.conf