whoops
This commit is contained in:
parent
baec5b3edd
commit
d2c759f53d
2 changed files with 8 additions and 3 deletions
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue