hello
I would like to setup the following configuration , run one nginx
instance
per user to let them access to their home directories thru the webdav
protocol + LDAP AUTH like the following
https://myserver.domain.tld/user1
https://myserver.domain.tld/user2
and so on ( I have approx 4000 users , mainly students and professors )
The main problem is each “user instance” have to run under the identity
of
the existing home directory’s owner
Is it possible to do so with NGINX ?
thank you