forked from verdnatura/hedera-web
Image path fixes
This commit is contained in:
parent
be9a23caca
commit
1fb65632c6
|
@ -1,4 +1,4 @@
|
|||
Alias /image-db /mnt/storage/image/
|
||||
Alias /vn-image-data /var/lib/hedera-web/image-db/
|
||||
Alias /vn-access /mnt/storage/vn-access/
|
||||
|
||||
<IfModule mod_mime.c>
|
||||
|
@ -25,12 +25,12 @@ Alias /vn-access /mnt/storage/vn-access/
|
|||
</FilesMatch>
|
||||
</Directory>
|
||||
|
||||
<Directory /mnt/storage/image/>
|
||||
<Directory /var/lib/hedera-web/image-db/>
|
||||
Options +Indexes +FollowSymLinks
|
||||
Require all granted
|
||||
</Directory>
|
||||
|
||||
<Directory /mnt/storage/image/*/*>
|
||||
<Directory /var/lib/hedera-web/image-db/*/*>
|
||||
Options -Indexes -MultiViews +FollowSymLinks
|
||||
AllowOverride FileInfo Options
|
||||
Require all granted
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
hedera-web (1.406.84) stable; urgency=low
|
||||
hedera-web (1.406.85) stable; urgency=low
|
||||
|
||||
* Initial Release.
|
||||
|
||||
|
|
|
@ -15,11 +15,11 @@ services:
|
|||
- source: apache
|
||||
target: /etc/apache2/conf-enabled/vn-share.conf
|
||||
volumes:
|
||||
- /mnt/storage/image:/mnt/storage/image
|
||||
- /mnt/storage/image:/var/lib/hedera-web/image-db
|
||||
- /mnt/storage/vn-access:/mnt/storage/vn-access
|
||||
- /mnt/storage/share:/mnt/storage/share
|
||||
deploy:
|
||||
replicas: 2
|
||||
replicas: 3
|
||||
configs:
|
||||
config:
|
||||
external: true
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "hedera-web",
|
||||
"version": "1.406.84",
|
||||
"version": "1.406.85",
|
||||
"description": "Verdnatura web page",
|
||||
"license": "GPL-3.0",
|
||||
"repository": {
|
||||
|
|
Loading…
Reference in New Issue