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/
|
Alias /vn-access /mnt/storage/vn-access/
|
||||||
|
|
||||||
<IfModule mod_mime.c>
|
<IfModule mod_mime.c>
|
||||||
|
@ -25,12 +25,12 @@ Alias /vn-access /mnt/storage/vn-access/
|
||||||
</FilesMatch>
|
</FilesMatch>
|
||||||
</Directory>
|
</Directory>
|
||||||
|
|
||||||
<Directory /mnt/storage/image/>
|
<Directory /var/lib/hedera-web/image-db/>
|
||||||
Options +Indexes +FollowSymLinks
|
Options +Indexes +FollowSymLinks
|
||||||
Require all granted
|
Require all granted
|
||||||
</Directory>
|
</Directory>
|
||||||
|
|
||||||
<Directory /mnt/storage/image/*/*>
|
<Directory /var/lib/hedera-web/image-db/*/*>
|
||||||
Options -Indexes -MultiViews +FollowSymLinks
|
Options -Indexes -MultiViews +FollowSymLinks
|
||||||
AllowOverride FileInfo Options
|
AllowOverride FileInfo Options
|
||||||
Require all granted
|
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.
|
* Initial Release.
|
||||||
|
|
||||||
|
|
|
@ -15,11 +15,11 @@ services:
|
||||||
- source: apache
|
- source: apache
|
||||||
target: /etc/apache2/conf-enabled/vn-share.conf
|
target: /etc/apache2/conf-enabled/vn-share.conf
|
||||||
volumes:
|
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/vn-access:/mnt/storage/vn-access
|
||||||
- /mnt/storage/share:/mnt/storage/share
|
- /mnt/storage/share:/mnt/storage/share
|
||||||
deploy:
|
deploy:
|
||||||
replicas: 2
|
replicas: 3
|
||||||
configs:
|
configs:
|
||||||
config:
|
config:
|
||||||
external: true
|
external: true
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "hedera-web",
|
"name": "hedera-web",
|
||||||
"version": "1.406.84",
|
"version": "1.406.85",
|
||||||
"description": "Verdnatura web page",
|
"description": "Verdnatura web page",
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
Loading…
Reference in New Issue