mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-25 23:04:51 +02:00
Fix incorrect paths in the Apache config for the RPM package
This commit is contained in:
parent
48ca70f1db
commit
4d480b316e
@ -1,6 +1,6 @@
|
|||||||
Alias /icingaweb "/usr/share/icingaweb/public"
|
Alias /icingaweb "/usr/share/icingaweb2/public"
|
||||||
|
|
||||||
<Directory "/usr/share/icingaweb/public">
|
<Directory "/usr/share/icingaweb2/public">
|
||||||
Options SymLinksIfOwnerMatch
|
Options SymLinksIfOwnerMatch
|
||||||
AllowOverride None
|
AllowOverride None
|
||||||
|
|
||||||
@ -17,7 +17,7 @@ Alias /icingaweb "/usr/share/icingaweb/public"
|
|||||||
Allow from all
|
Allow from all
|
||||||
</IfModule>
|
</IfModule>
|
||||||
|
|
||||||
SetEnv ICINGAWEB_CONFIGDIR "/etc/icingaweb"
|
SetEnv ICINGAWEB_CONFIGDIR "/etc/icingaweb2"
|
||||||
|
|
||||||
EnableSendfile Off
|
EnableSendfile Off
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user