Skip to content

Commit

Permalink
Allow following symlinks in /pub
Browse files Browse the repository at this point in the history
Since the Root CA cert is a symlink in /pub when running as a kubernetes container,
we need to add the apache SymLinksIfOwnerMatch option for this directory.
  • Loading branch information
cbosdo committed Dec 14, 2023
1 parent f42a100 commit 7649218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spacewalk/config/etc/httpd/conf.d/z-public.conf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Alias /pub /srv/www/htdocs/pub
<Directory "/srv/www/htdocs/pub">
SetEnv VIRTUALENV
Options Indexes
Options Indexes SymLinksIfOwnerMatch
Require all granted
AllowOverride All
</Directory>

0 comments on commit 7649218

Please sign in to comment.