Static: support for openat2() features.
Support for chrooting, rejecting symlinks, and rejecting crossing mounting points on a per-request basis during static file serving.
This commit is contained in:
@@ -22,6 +22,7 @@ typedef int nxt_err_t;
|
||||
#define NXT_EACCES EACCES
|
||||
#define NXT_EBUSY EBUSY
|
||||
#define NXT_EEXIST EEXIST
|
||||
#define NXT_ELOOP ELOOP
|
||||
#define NXT_EXDEV EXDEV
|
||||
#define NXT_ENOTDIR ENOTDIR
|
||||
#define NXT_EISDIR EISDIR
|
||||
|
||||
Reference in New Issue
Block a user