- moved ssl key generation into container

- mount html and webdav as volume
This commit is contained in:
2025-02-23 13:31:02 +01:00
parent 0c30086b37
commit 4deb3de6eb
8 changed files with 6 additions and 72 deletions
+1 -6
View File
@@ -1,4 +1,4 @@
DavLockDB "/var/www/html/DavLock"
DavLockDB "/var/www/DavLock"
LogLevel debug
@@ -6,7 +6,6 @@ Alias /webdav "/var/www/webdav"
<Directory "/var/www/webdav/">
Options Indexes FollowSymLinks
AllowOverride None
Require all granted
# Enable WebDAV
DAV On
@@ -31,7 +30,3 @@ Alias /webdav "/var/www/webdav"
</Directory>
<Location "/webdav">
Dav On
ForceType text/plain
</Location>