allow www-data bash

This commit is contained in:
VirtuBox 2018-03-16 13:05:39 +01:00 committed by GitHub
parent d200dead23
commit ee63777afc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -63,6 +63,11 @@ sudo -u www-data composer update -d /var/www/22222/htdocs/db/pma/
sudo wp --allow-root cli update --nightly
```
**Allow ssh access for www-data for SFTP usage**
```
usermod -s /bin/bash www-data
```
**Compile last Nginx mainline release with [nginx-ee script](https://github.com/VirtuBox/nginx-ee)**
```