Upgrading nginx version and increasing server name hash to 128

This commit is contained in:
2022-09-27 19:39:56 +00:00
parent 00f06add92
commit 08f0eaa878

View File

@@ -64,7 +64,7 @@
{"HTTP": "8080"}, {"HTTP": "8080"},
{"EXEC": "/ready.sh"} {"EXEC": "/ready.sh"}
], ],
"ENV_FILES": [ "/etc/system/config/proxy.json" ], "ENV_FILES": [ "/etc/system/config/proxy.json" ],
"EXTRA": "--label ROLES=loadbalancer" , "EXTRA": "--label ROLES=loadbalancer" ,
"DEPEND": [ "proxy-dns" ], "DEPEND": [ "proxy-dns" ],
"START_ON_BOOT": "true", "START_ON_BOOT": "true",
@@ -73,7 +73,7 @@
"POST_START": [ "firewall-dns", "firewall-letsencrypt", "firewall-smarhost-loadbalancer" ] "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", "NAME": "smarthost_backend-1",
"ROLES": "smarthost-backend-proxy", "ROLES": "smarthost-backend-proxy",
"MEMORY": "64M", "MEMORY": "64M",
@@ -121,7 +121,7 @@
"POST_START": [ "firewall-backend" ] "POST_START": [ "firewall-backend" ]
}, },
{ {
"IMAGE": "registry.format.hu/nginx:1.21", "IMAGE": "registry.format.hu/alpine/nginx:1.23",
"NAME": "smarthost_backend-2", "NAME": "smarthost_backend-2",
"ROLES": "smarthost-backend-proxy", "ROLES": "smarthost-backend-proxy",
"MEMORY": "64M", "MEMORY": "64M",