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; } }