Skip to content

Commit 2508604

Browse files
committed
Fix typo in nginx config
1 parent d77035e commit 2508604

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backstage/container_utils/default.conf.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ server {
1414

1515
error_page 500 502 503 504 /50x.html;
1616
location = /50x.html {
17-
root /usr/share/ngixn/html;
17+
root /usr/share/nginx/html;
1818
}
1919
}

0 commit comments

Comments
 (0)