add keeweb
This commit is contained in:
16
misc/images/keeweb/containers/apache.conf
Normal file
16
misc/images/keeweb/containers/apache.conf
Normal file
@ -0,0 +1,16 @@
|
||||
ServerName nineapache.local
|
||||
DocumentRoot "/app/public"
|
||||
|
||||
Alias /keeweb /app/public
|
||||
|
||||
<Location "/keeweb/webdav">
|
||||
ProxyPass http://127.0.0.1:9999/
|
||||
ProxyPassReverse http://127.0.0.1:9999/
|
||||
</Location>
|
||||
|
||||
<Directory "/app/public">
|
||||
Options FollowSymLinks
|
||||
AllowOverride Limit Options FileInfo
|
||||
DirectoryIndex index.php
|
||||
Require all granted
|
||||
</Directory>
|
Reference in New Issue
Block a user