2
0

feat: i18n local file

This commit is contained in:
zhangsz
2025-01-22 20:56:32 +08:00
parent c31cd7a906
commit 88e6a9d61d
4 changed files with 29 additions and 14 deletions

View File

@@ -56,7 +56,7 @@ http {
proxy_set_header Content-Length $http_content_length;
}
# 避免actuator暴露
# Avoid actuator access
if ($request_uri ~ "/actuator") {
return 403;
}