0
1
Fork 0

Image path fixes

This commit is contained in:
Juan Ferrer 2020-01-22 08:39:44 +01:00
parent be9a23caca
commit 1fb65632c6
4 changed files with 7 additions and 7 deletions

View File

@ -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

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
hedera-web (1.406.84) stable; urgency=low
hedera-web (1.406.85) stable; urgency=low
* Initial Release.

View File

@ -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

View File

@ -1,6 +1,6 @@
{
"name": "hedera-web",
"version": "1.406.84",
"version": "1.406.85",
"description": "Verdnatura web page",
"license": "GPL-3.0",
"repository": {