Commit 89386e423cfea227f719501599eba020b584eb2f
1 parent
7ddff367
Exists in
master
Add a note about SELinux and web servers
Showing
1 changed file
with
3 additions
and
0 deletions
Show diff stats
README.md
... | ... | @@ -357,6 +357,9 @@ usermod -aG gitlab-www www-data |
357 | 357 | |
358 | 358 | Run `sudo gitlab-ctl reconfigure` for the change to take effect. |
359 | 359 | |
360 | +Note: if you are using SELinux and your web server runs under a restricted | |
361 | +SELinux profile you may have to [loosen the restrictions on your web | |
362 | +server](https://gitlab.com/gitlab-org/gitlab-recipes/tree/master/web-server/apache#selinux-modifications). | |
360 | 363 | |
361 | 364 | ### Adding ENV Vars to the Gitlab Runtime Environment |
362 | 365 | ... | ... |