stable
Clone or download
Read-only
The nginx configuration Tuleap generates now automatically set the directive server_names_hash_bucket_size to something long enough to manage the domain Tuleap is using. Administrators having set this directive in one of their custom file will need to remove it to avoid a conflict. To test, run `tuleap-cfg site-deploy:nginx` the file `/etc/nginx/conf.d/tuleap-managed-global-settings.conf` will contain the directive. Part of request #39012: Installation might not succeed when a long domain name is used Change-Id: I58fcba957a567c41f77238dc0287270b84481e8c
Modified Files
Name | ||||
---|---|---|---|---|
D | src/etc/nginx/nginx.conf | +0 | −43 | Go to diff View file |
M | src/etc/nginx/tuleap-managed-global-settings.conf | +2 | −0 | Go to diff View file |
M | src/tuleap-cfg/Command/SiteDeploy/Nginx/NginxCommon.php | +31 | −24 | Go to diff View file |
M | src/tuleap-cfg/Command/SiteDeploy/Nginx/SiteDeployNginx.php | +1 | −1 | Go to diff View file |