BytemarkHosting / docker-webdav

Docker image for running an Apache WebDAV server
MIT License
350 stars 166 forks source link

Non-empty value for LOCATION can lead to corrupt Alias configuration #1

Open boonen opened 5 years ago

boonen commented 5 years ago

When the LOCATION variable is set and the container is restarted at least once then the line Alias $LOCATION /var/lib/data/dav will become corrupted (leading to HTTP 403 responses). I have created a pull request to solve this problem, see: #2.