#!/bin/sh if [ ${DISABLE_WEBDAV} -eq 1 ] ; then exit 0 fi echo "# Configuring webdav" cat > /etc/nginx/http.d/webdav.conf <