Re: 403 Forbidden

2015-03-07 Thread Francis Daly
On Sat, Mar 07, 2015 at 01:01:11PM +0100, JACK LINKERS wrote: Hi there, > Hi I can't access my domain after installing nginx and coinfigurong the > default server conf file : What request do you make; what response do you get; what response do you want; and what do the logs say? f -- F

Re: native variable for one level above $document_root ?

2015-03-07 Thread Francis Daly
On Sat, Mar 07, 2015 at 04:26:00PM -0500, George wrote: Hi there, > At the nginx vhost level, is there a native nginx value similar to > $document_root for one directory level above $document_root ? Probably not; but you can use "map" to make your own. For example: map $document_root $the_th

native variable for one level above $document_root ?

2015-03-07 Thread George
At the nginx vhost level, is there a native nginx value similar to $document_root for one directory level above $document_root ? for example if $document_root = /home/username/public or /home/username2/public is there a variable I can reference at nginx vhost level that references /home/username

403 Forbidden

2015-03-07 Thread JACK LINKERS
Hi I can't access my domain after installing nginx and coinfigurong the default server conf file : # You may add here your # server { # ... # } # statements for each of your virtual hosts to this file ## # You should look at the following URL's in order to grasp a solid understanding # of Nginx

Re: NGINX Worker process stuck, CPU usage at 100%

2015-03-07 Thread Ruslan Ermilov
On Fri, Mar 06, 2015 at 09:59:47PM +, Kazlman, David wrote: > I've migrated my server over from lighttpd to NGINX(memory leaks were causing > cache issues which invoked OOM Killer in Linux). It seems that after a while > of running(about 30 minutes) with NGINX and processing requests just fi