mirror of
https://gitee.com/y_project/RuoYi-Cloud.git
synced 2026-01-29 04:51:58 +08:00
Compare commits
4 Commits
73c2354c8c
...
08b283a405
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
08b283a405 | ||
|
|
a6bcebb62b | ||
|
|
1cb262daa3 | ||
|
|
e438d74e83 |
@@ -29,7 +29,7 @@ http {
|
||||
}
|
||||
|
||||
# 避免actuator暴露
|
||||
if ($request_uri ~ "/actuator") {
|
||||
if ($uri ~ "/actuator") {
|
||||
return 403;
|
||||
}
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# 基础镜像
|
||||
FROM openjdk:8-jre
|
||||
FROM openjdk:8
|
||||
# author
|
||||
MAINTAINER ruoyi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user