This is an automated email from the ASF dual-hosted git repository.
warren pushed a commit to branch release-v0.16
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git
The following commit(s) were added to refs/heads/release-v0.16 by this push:
new 23d46936f fix: add back removed } int nginx.conf (#4703)
23d46936f is described below
commit 23d46936f1c60996a8ef76417403ea8d0aca7642
Author: Keon Amini <[email protected]>
AuthorDate: Fri Mar 17 13:10:11 2023 -0400
fix: add back removed } int nginx.conf (#4703)
---
config-ui/nginx.conf | 1 +
1 file changed, 1 insertion(+)
diff --git a/config-ui/nginx.conf b/config-ui/nginx.conf
index 25ddcf05e..43d4a17f9 100644
--- a/config-ui/nginx.conf
+++ b/config-ui/nginx.conf
@@ -28,4 +28,5 @@ ${SERVER_CONF}
proxy_send_timeout 60s;
proxy_read_timeout 60s;
proxy_pass http://$target;
+ }
}