the user "www-data" is not always present, so I suggest to set nginx user instead in config file

Madgics 2019-02-22 22:46:16 +01:00
parent 5d5b95ec0a
commit 9e0d6551d4

@ -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:
```