This commit is contained in:
qorg11 2020-10-20 15:57:55 +02:00
parent baec5b3edd
commit d2c759f53d
No known key found for this signature in database
GPG key ID: 343FC20A4ACA62B9
2 changed files with 8 additions and 3 deletions

View file

@ -49,9 +49,13 @@ and
You also have to give the .cgi files +x permissions:
.I chmod +x *.cgi
.in +4n
.EX
chmod +x *.cgi
.EE
.And also, create the "files" directory manually, and give it
.PP
And also, create the "files" directory manually, and give it
permissions so the user that is running nginx (usually)
.I www-data
can write on it.

View file

@ -47,8 +47,9 @@ another directory*
You also have to give the .cgi files +x permissions:
*chmod +x \*.cgi*
chmod +x *.cgi
And also, create the \"files\" directory manually, and give it
permissions so the user that is running nginx (usually) *www-data* can
write on it.