Welcome! Log In Create A New Profile

Advanced

How to give location of WebDAV lock database in nginx.conf?

Swapnil P.
August 09, 2012 03:16PM
How to write the below code in nginx.conf which is currently in
httpd.conf?

<IfModule mod_dav_fs.c>
# Location of the WebDAV lock database.
DAVLockDB /var/lib/dav/lockdb
</IfModule>


I have written below:

if (mod_dav_fs.c) {
# Location of the WebDAV lock database.
location ~ /var/lib/dav/lockdb {
DAVLockDB
}
}



Not sure how to write DAVLockDB inside {}.

Thanks,

--
Posted via http://www.ruby-forum.com/.

_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Subject Author Posted

How to give location of WebDAV lock database in nginx.conf?

Swapnil P. August 09, 2012 03:16PM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 169
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready