parent
86f76a61bc
commit
782291ec84
|
@ -1,6 +1,7 @@
|
|||
SetEnv APPLICATION_ENV development
|
||||
|
||||
RewriteEngine on
|
||||
RewriteBase /icinga2-web
|
||||
RewriteRule ^css/icinga.css css.php
|
||||
RewriteCond %{REQUEST_FILENAME} -s [OR]
|
||||
RewriteCond %{REQUEST_FILENAME} -l [OR]
|
||||
|
|
|
@ -15,7 +15,7 @@ CASPERJS_HOST="localhost"
|
|||
CASPERJS_PORT=80
|
||||
CASPERJS_USER="jdoe"
|
||||
CASPERJS_PASS="password"
|
||||
CASPERJS_PATH="icingaweb"
|
||||
CASPERJS_PATH="icinga2-web"
|
||||
|
||||
if [ ! -x $CASPER ]; then
|
||||
echo "CasperJS is not installed but required to run frontend tests\n"\
|
||||
|
|
Loading…
Reference in New Issue