Compare commits

...

2 Commits

Author SHA1 Message Date
root 38bd869eb5
Pre Merge pull request !422 from root/N/A 2026-01-06 05:55:09 +00:00
root 64410bafc4
update docker/nginx/conf/nginx.conf.
Signed-off-by: root <15907907+xuezhihongg@user.noreply.gitee.com>
2025-07-16 02:35:07 +00:00
1 changed files with 3 additions and 4 deletions

View File

@ -28,10 +28,9 @@ http {
proxy_pass http://ruoyi-gateway:8080/;
}
# 避免actuator暴露
if ($uri ~ "/actuator") {
return 403;
}
# springdoc proxy
location~^/v3/api-docs/(.*){
proxy pass http://localhost:8080/v3/api-docs/$1;
error_page 500 502 503 504 /50x.html;
location = /50x.html {