From 17cf7135c717836f4c208dd30c8408d009ac3bcb Mon Sep 17 00:00:00 2001 From: Juan Ferrer Toribio Date: Mon, 9 May 2022 17:15:56 +0200 Subject: [PATCH] Apache conf fixes --- apache.conf | 1 + debian/changelog | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/apache.conf b/apache.conf index 4f4eb8b5..4926a575 100644 --- a/apache.conf +++ b/apache.conf @@ -16,6 +16,7 @@ Options -Indexes -FollowSymLinks AllowOverride None Require all granted + SetEnvIf Authorization .+ HTTP_AUTHORIZATION=$0 SetOutputFilter DEFLATE diff --git a/debian/changelog b/debian/changelog index ca89fa59..f1eb732a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -hedera-web (1.407.67) stable; urgency=low +hedera-web (1.407.68) stable; urgency=low * Initial Release. diff --git a/package.json b/package.json index e674bc59..2ad98e78 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hedera-web", - "version": "1.407.67", + "version": "1.407.68", "description": "Verdnatura web page", "license": "GPL-3.0", "repository": {