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:
parent
fd851a7317
commit
3fe5b532ad
1 changed files with 7 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue