On 27/07/2016 15:50, Reinis Rozitis wrote:
Which translates to the following error.log entry :
stat()
"/usr/share/path/to/my/lumen/public/directory/<snip>/public/lumen/"
failed (13: Permission denied), client: 192.168.121.10, server:
my.example.com, request: "POST /lumen/ HTTP/1.1", host: "my.example.com"
Does the nginx user have read permissions on that path?
The main problem is that path does not exist.
It exists all the way up to /public/, but NGINX seems to be adding the
/lumen/ bit, which I guess is because of "location /lumen", but I'm not
too sure how to go about telling it not to add the the location path as
a suffix.
_______________________________________________
nginx mailing list
[email protected]
http://mailman.nginx.org/mailman/listinfo/nginx