Hello!

On Tue, Nov 28, 2023 at 12:39:47AM +0530, Kaushal Shriyan wrote:

> I am running nginx version: nginx/1.24.0 on Red Hat Enterprise Linux
> release 8.8 (Ootpa). Is there a way to disable http_dav_module in Nginx Web
> server?

The DAV module is disabled by default, unless you've explicitly 
enabled it in nginx configuration with the dav_methods directive 
(http://nginx.org/r/dav_methods).

If you additionally want nginx without the DAV module compiled in, 
recompile nginx without the "--with-http_dav_module" configure 
option.

-- 
Maxim Dounin
http://mdounin.ru/
_______________________________________________
nginx mailing list
nginx@nginx.org
https://mailman.nginx.org/mailman/listinfo/nginx

Reply via email to