Skip to content

Fix custom_gitlab_server_config setting with URI rewrite

Chee-Yang Chau requested to merge chaucheeyang/gitlab-ce:master into master

The nginx setting nginx['custom_gitlab_server_config'] in the document fail to work with proxy_pass setting. This commit add a rewrite statement to fix the issue:

rewrite ^/-/(plantuml.*) /$1 break;

Merge request reports