mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
the user "www-data" is not always present, so I suggest to set nginx user instead in config file
parent
5d5b95ec0a
commit
9e0d6551d4
1 changed files with 2 additions and 0 deletions
|
|
@ -179,6 +179,8 @@ cd /etc/nginx/sites-enabled
|
|||
ln -s ../sites-available/example.com.conf example.com.conf
|
||||
```
|
||||
|
||||
:heavy_exclamation_mark: Check if the user "www-data" exist on your system, if no, you can set "nginx" user in /etc/nginx/nginx.conf
|
||||
|
||||
Test nginx config for errors:
|
||||
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue