Skip to content

Commit 5a2e161

Browse files
chore: fix nginx configmap error (#463)
1 parent 66086c2 commit 5a2e161

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

charts/langsmith/templates/frontend/config-map.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -435,11 +435,6 @@ data:
435435
access_log off;
436436
}
437437
438-
error_page 500 502 503 504 /50x.html;
439-
location = /50x.html {
440-
root /tmp/build;
441-
}
442-
443438
location /api/v1/playground/ {
444439
rewrite /api/v1/playground/(.*) /playground/$1 break;
445440
proxy_set_header Connection '';

0 commit comments

Comments
 (0)