diff --git a/doc/lainsafe.1 b/doc/lainsafe.1 index dab0757..0f4846e 100644 --- a/doc/lainsafe.1 +++ b/doc/lainsafe.1 @@ -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. diff --git a/doc/lainsafe.md b/doc/lainsafe.md index d91bd71..e4008b6 100644 --- a/doc/lainsafe.md +++ b/doc/lainsafe.md @@ -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.