stable

Clone or download

Read-only

Configure Nginx & FPM in PHP

Rewrite the shell base deployment of the configuration in higher level language It aims to provide a common way to manage the various configuration bites across the platforms (rhel6 + fpm + nginx 1.8, rhel7 + fpm + nginx 1.10, etc). Part of request #9202 Make Tuleap compatible with PHP 5.6 Change-Id: I7eb81e1c89092b36344ce0c7fa9b3f3a4e1181a9

Modified Files

Name
A src/etc/fpm56/tuleap.conf +435 −0 Go to diff View file
A src/etc/nginx18/nginx.conf +43 −0 Go to diff View file
A src/etc/nginx18/redeploy.php +36 −0 Go to diff View file
D src/etc/nginx18/redeploy.sh +0 −36 Go to diff View file
A tools/Configuration/FPM/TuleapWeb.php +80 −0 Go to diff View file
A tools/Configuration/Nginx/TuleapWeb.php +139 −0 Go to diff View file
M tools/utils/php56/README.mkd +0 −3 Go to diff View file
A tools/utils/php56/run.php +36 −0 Go to diff View file
M tools/utils/php56/run.sh +1 −16 Go to diff View file