Postponed (maintainer needs more info)
Project:
Nginx Accel Redirect
Version:
7.x-1.0
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
2 Jan 2012 at 14:11 UTC
Updated:
30 Apr 2012 at 09:31 UTC
Hi im a bit confused now, i have configured nginx like suggested but i get allways a file not found error. because nginx seems too write ever time the absolute path to document_root twice.
[error] 29325#0: *138 open() "/absolut/path/to/htdocs//absolut/path/to/htdocs/privatefiles/file.doc" failed (2: No such file or directory)
Comments
Comment #1
perusio commentedHow are you specifying the private files dir? With an absolute path? Try just setting it to:
privatefiles, based on your example. Note that the directory is always specified relative to the web root.Comment #2
perusio commentedChanging status.