mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Updated Nginx Webserver Config (markdown)
parent
eaa24f6e21
commit
8bf446cd0d
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue