From 895b89be7ee09f91b4fe825cca35a95245412377 Mon Sep 17 00:00:00 2001 From: Ben Green Date: Thu, 4 Feb 2021 10:26:51 +0000 Subject: [PATCH 1/2] Adding .conf suffix to site configuration to match new Nginx --- overlay/etc/nginx/sites/{localhost => localhost.conf} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename overlay/etc/nginx/sites/{localhost => localhost.conf} (100%) diff --git a/overlay/etc/nginx/sites/localhost b/overlay/etc/nginx/sites/localhost.conf similarity index 100% rename from overlay/etc/nginx/sites/localhost rename to overlay/etc/nginx/sites/localhost.conf From b6c63419703fcb7772754fc2716f6ced577d1f80 Mon Sep 17 00:00:00 2001 From: Ben Green Date: Thu, 4 Feb 2021 10:26:58 +0000 Subject: [PATCH 2/2] Bumping version to 1.2.4 --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index e2cac26c..b966e81a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.2.3 \ No newline at end of file +1.2.4 \ No newline at end of file