Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Becker <halfdan@xnorfz.de>2013-02-08 05:30:47 +0400
committerFabian Becker <halfdan@xnorfz.de>2013-02-08 05:30:47 +0400
commit91dbed4e80fdde24afeb01473b045f300bba7d41 (patch)
treef36f6a453c1c33d5ec536f684cba88421539bc92 /tests/travis
parent167dde9c63136e4b75272bd59f0f4e5224c1a9a0 (diff)
Fix another typo..
Diffstat (limited to 'tests/travis')
-rwxr-xr-xtests/travis/setup_webserver.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/travis/setup_webserver.sh b/tests/travis/setup_webserver.sh
index 8abdfbb9f9..9c32641ea2 100755
--- a/tests/travis/setup_webserver.sh
+++ b/tests/travis/setup_webserver.sh
@@ -32,6 +32,6 @@ sudo cp "$DIR/piwik_nginx.conf" $NGINX_CONF
# Start daemons
echo "Starting php-fpm"
-sudo $PHP_FPM_BIN --fpm-config "$DIR/php-fpm.conf"
+sudo $PHP_FPM_BIN --fpm-config "$DIR/php-fpm.ini"
echo "Starting nginx"
sudo service nginx start