Skip to content
Snippets Groups Projects
Commit bccb0c8c authored by Marin Jankovski's avatar Marin Jankovski
Browse files

Merge branch 'shared_dir_accessible_to_webserver' into 'master'

Change group access of shared dir to allow access to gitlab-www.

Fix for gitlab-org/gitlab-ce#12923

See merge request !630
parents 52125615 246890df
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,8 @@
# It's needed, because by default the shared_path is used to store pages which are served by gitlab-www:gitlab-www
directory node['gitlab']['gitlab-rails']['shared_path'] do
owner gitlab_user
mode '0711'
group account_helper.web_server_group
mode '0751'
recursive true
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment