Get the default configuration file 50-mod-http-dav-ext.conf for nginx, optimized for Debian GNU/Linux 9 (stretch). This example configuration ensures optimal compatibility and performance for nginx, making it easy to set up and adjust to meet your needs.
Find and download the configuration file here: /etc/nginx/modules-enabled/50-mod-http-dav-ext.conf.
For more configurations and setup guides, visit our related files section to further customize your system.
load_module modules/ngx_http_dav_ext_module.so;
Download the raw file with wget or curl
wget -O 50-mod-http-dav-ext.conf.example https://exampleconfig.com/static/raw/nginx/debian9/etc/nginx/modules-enabled/50-mod-http-dav-ext.conf
curl https://exampleconfig.com/static/raw/nginx/debian9/etc/nginx/modules-enabled/50-mod-http-dav-ext.conf > 50-mod-http-dav-ext.conf.example
Other config files you might find useful