From 197683bce1abfa968e87c1ede851098fc3daffbd Mon Sep 17 00:00:00 2001 From: Nilstrieb <48135649+Nilstrieb@users.noreply.github.com> Date: Tue, 8 Nov 2022 20:07:07 +0100 Subject: [PATCH] semicolons and their consequences have been --- nginx/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx/nginx.conf b/nginx/nginx.conf index e94ab85..bcc8259 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -33,7 +33,7 @@ http { resolver 127.0.0.11 valid=30s; set $upstream_registry registry; - proxy_set_header X-Forwarded-Proto https + proxy_set_header X-Forwarded-Proto https; proxy_pass https://$upstream_registry:5000; }