From 25086040d7cec061a1997b2a56cee73930b58be6 Mon Sep 17 00:00:00 2001 From: Garry O'Donnell Date: Tue, 26 Nov 2024 15:42:29 +0000 Subject: [PATCH] Fix typo in nginx config --- backstage/container_utils/default.conf.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backstage/container_utils/default.conf.template b/backstage/container_utils/default.conf.template index c512d055..40d72cc9 100644 --- a/backstage/container_utils/default.conf.template +++ b/backstage/container_utils/default.conf.template @@ -14,6 +14,6 @@ server { error_page 500 502 503 504 /50x.html; location = /50x.html { - root /usr/share/ngixn/html; + root /usr/share/nginx/html; } }