From 8bf446cd0de605599c72965ca9d49e4432daa6f6 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Wed, 24 Jun 2020 16:38:58 +0300 Subject: [PATCH] Updated Nginx Webserver Config (markdown) --- Nginx-Webserver-Config.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Nginx-Webserver-Config.md b/Nginx-Webserver-Config.md index 40d70ec..1673246 100644 --- a/Nginx-Webserver-Config.md +++ b/Nginx-Webserver-Config.md @@ -12,8 +12,8 @@ Once I deleted those files, nginx was working instantly. Propose a new step coul ## CentOS 7 -If you use Nginx in front of Wekan on CentOS 7, you should -[disable selinux to prevent Nginx permission denied error](https://github.com/wekan/wekan/issues/2792). +If you use Nginx in front of Wekan on CentOS 7, please try: `setsebool -P httpd_can_network_connect 1`. This should allow nginx or any other webserver to connect to a container. Please [**do not disable SELinux**](https://github.com/wekan/wekan/issues/2792#issuecomment-630222315) + ## [Attachment file size](https://github.com/wekan/wekan/issues/2103#issuecomment-455014303)