Keith2 / lowendscript-ng

20 stars 10 forks source link

bash setup-wheezy.sh friendica host : nginx fails #13

Closed koen84 closed 9 years ago

koen84 commented 9 years ago

after running bash setup-wheezy.sh friendica host nginx doesn't restart (rebooted, because I kept getting nginx status page)

the error is supposedly in this line fastcgi_param SCRIPT_FILENAME ; so I think a var isn't correctly writen to /etc/nginx/sites-available/host.conf

Keith2 commented 9 years ago

Should work now with with the just updated script. Do a git pull & try again.

koen84 commented 9 years ago

Yes indeed, the line now reads. fastcgi_param SCRIPT_FILENAME $request_filename; So this issue was fixed together with the missing all option.