From 08f0eaa878d16c66f38630c1864266dd0e3d1367 Mon Sep 17 00:00:00 2001 From: gyurix Date: Tue, 27 Sep 2022 19:39:56 +0000 Subject: [PATCH] Upgrading nginx version and increasing server name hash to 128 --- smarthost-proxy.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/smarthost-proxy.json b/smarthost-proxy.json index 138c246..7395cbb 100644 --- a/smarthost-proxy.json +++ b/smarthost-proxy.json @@ -64,7 +64,7 @@ {"HTTP": "8080"}, {"EXEC": "/ready.sh"} ], - "ENV_FILES": [ "/etc/system/config/proxy.json" ], + "ENV_FILES": [ "/etc/system/config/proxy.json" ], "EXTRA": "--label ROLES=loadbalancer" , "DEPEND": [ "proxy-dns" ], "START_ON_BOOT": "true", @@ -73,7 +73,7 @@ "POST_START": [ "firewall-dns", "firewall-letsencrypt", "firewall-smarhost-loadbalancer" ] }, { - "IMAGE": "registry.format.hu/nginx:1.21", + "IMAGE": "registry.format.hu/alpine/nginx:1.23", "NAME": "smarthost_backend-1", "ROLES": "smarthost-backend-proxy", "MEMORY": "64M", @@ -121,7 +121,7 @@ "POST_START": [ "firewall-backend" ] }, { - "IMAGE": "registry.format.hu/nginx:1.21", + "IMAGE": "registry.format.hu/alpine/nginx:1.23", "NAME": "smarthost_backend-2", "ROLES": "smarthost-backend-proxy", "MEMORY": "64M",