- moved ssl key generation into container
- mount html and webdav as volume
This commit is contained in:
+1
-6
@@ -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>
|
||||
Reference in New Issue
Block a user