stable

Clone or download

Read-only

Complete Nginx configuration

What should work: - Web browse SVN core & SVN plugin (+all admin tasks, were already possible) - Do regular SVN operations (managed by proxy) - Web browse git repositories (+ all admin tasks, were already possible) - Do git over https - REST API explorer - PHPWiki Please have a look at src/etc/nginx18/README.mkd to do your setup. Part of request #9202 Make Tuleap compatible with PHP 5.6 Change-Id: Idd31b4c225f53d8c00d00cbbe4ef876ec9d4bff7

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/REST/v1/BacklogItemResource.php +7 −6 Go to diff View file
M plugins/git/etc/gitphp.conf.php +0 −14 Go to diff View file
A plugins/svn/etc/nginx18/svn.conf +33 −0 Go to diff View file
M plugins/svn/include/Svn/ViewVC/EPELViewVCProxy.php +1 −10 Go to diff View file
M src/common/include/HTTPRequest.class.php +37 −0 Go to diff View file
M src/etc/fpm.conf.dist +8 −2 Go to diff View file
A src/etc/nginx18/README.mkd +89 −0 Go to diff View file
A src/etc/nginx18/plugin.conf.dist +21 −0 Go to diff View file
D src/etc/nginx18/plugin.conf.tmpl +0 −12 Go to diff View file
A src/etc/nginx18/redeploy.sh +36 −0 Go to diff View file
A src/etc/nginx18/tuleap-apache.proxy +17 −0 Go to diff View file
D src/etc/nginx18/tuleap.conf +0 −64 Go to diff View file
A src/etc/nginx18/tuleap.conf.dist +28 −0 Go to diff View file
A src/etc/nginx18/tuleap.d/01-root.conf +2 −0 Go to diff View file
A src/etc/nginx18/tuleap.d/02-compression.conf +7 −0 Go to diff View file
A src/etc/nginx18/tuleap.d/03-locations.conf +61 −0 Go to diff View file
A src/etc/nginx18/tuleap.d/04-ckeditor.conf +3 −0 Go to diff View file
A src/etc/nginx18/tuleap.d/05-viewvc-tuleap-theme.conf +3 −0 Go to diff View file
A src/etc/nginx18/tuleap.d/06-svn.conf +16 −0 Go to diff View file
M src/www/admin/groupedit.php +1 −1 Go to diff View file
M tests/lib/TuleapTestCase.class.php +5 −0 Go to diff View file
M tests/simpletest/common/include/HTTPRequestTest.php +28 −0 Go to diff View file
M tools/utils/php56/run.sh +5 −10 Go to diff View file