Organizr install help

Status
Not open for further replies.
Joined
Oct 30, 2017
Messages
7
I've been trying to install Organizr by following this guide.

I'm having a problem starting nginx though. I get the below error when I try and start it:

Code:
root@organizr_1:/usr/local/www # service nginx start
Performing sanity check on nginx configuration:
nginx: [emerg] unknown directive "parsing" in /usr/local/etc/nginx/nginx.conf:19
nginx: configuration file /usr/local/etc/nginx/nginx.conf test failed
Starting nginx.
nginx: [emerg] unknown directive "parsing" in /usr/local/etc/nginx/nginx.conf:19
/usr/local/etc/rc.d/nginx: WARNING: failed to start nginx



PHP starts fine. I've followed the guide to the letter, but keep getting the same result.

I'm brand new to FreeNAS, but I'm pretty sure I've done everything the guide says.

Anyone able to help?
 

styno

Patron
Joined
Apr 11, 2016
Messages
466
Can you paste the contents of /usr/local/etc/nginx/nginx.conf ?
cat /usr/local/etc/nginx/nginx.conf
(according to the guide you pointed to, the word 'parsing' should be commented out and not on line 19 at all..)
 
Joined
Oct 30, 2017
Messages
7
I'm now up and running. There was some weird word wrap going on when I pasted the contents of nginx.conf from the guide.

Thanks for the quick reply.
 
Status
Not open for further replies.
Top