Syntax: | lock_file |
---|---|
Default: | lock_file logs/nginx.lock; |
Context: | main |
nginx uses the locking mechanism to implement accept_mutex and serialize access to shared memory. On most systems the locks are implemented using atomic operations, and this directive is ignored. On other systems the “lock file” mechanism is used. This directive specifies a prefix for the names of lock files.
Please login to continue.