1
0
Fork 0
mirror of https://github.com/gocsaf/csaf.git synced 2025-12-22 11:55:40 +01:00

Added right change for www-data

This commit is contained in:
Sascha L. Teichmann 2021-11-30 13:11:26 +01:00
parent fd851a7317
commit 3fe5b532ad

View file

@ -13,6 +13,12 @@ systemctl is-enabled fcgiwrap.service
systemctl is-enabled fcgiwrap.socket
```
```(shell)
cd /var/www
chgrp -R www-data .
chmod -R g+w .
```
Content of `/etc/nginx/fcgiwrap.conf`
```
@ -68,4 +74,4 @@ domain = "http://192.168.56.102"
#no_passphrase = true
```
with sui
with sui