feat: i18n local file
This commit is contained in:
@@ -56,7 +56,7 @@ http {
|
||||
proxy_set_header Content-Length $http_content_length;
|
||||
}
|
||||
|
||||
# 避免actuator暴露
|
||||
# Avoid actuator access
|
||||
if ($request_uri ~ "/actuator") {
|
||||
return 403;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user