packages: Use 'icingaweb2' as the web path

refs #4075
This commit is contained in:
Eric Lippmann 2014-12-10 09:29:38 +01:00
parent d0e8718d61
commit ef00765ff0
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
Alias /icingaweb "/usr/share/icingaweb2/public"
Alias /icingaweb2 "/usr/share/icingaweb2/public"
<Directory "/usr/share/icingaweb2/public">
Options SymLinksIfOwnerMatch
@ -23,7 +23,7 @@ Alias /icingaweb "/usr/share/icingaweb2/public"
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteBase /icingaweb/
RewriteBase /icingaweb2/
RewriteCond %{REQUEST_FILENAME} -s [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d