update docker/nginx/conf/nginx.conf.
Signed-off-by: root <15907907+xuezhihongg@user.noreply.gitee.com>pull/422/head
parent
0be3a0720d
commit
64410bafc4
|
|
@ -28,10 +28,9 @@ http {
|
||||||
proxy_pass http://ruoyi-gateway:8080/;
|
proxy_pass http://ruoyi-gateway:8080/;
|
||||||
}
|
}
|
||||||
|
|
||||||
# 避免actuator暴露
|
# springdoc proxy
|
||||||
if ($uri ~ "/actuator") {
|
location~^/v3/api-docs/(.*){
|
||||||
return 403;
|
proxy pass http://localhost:8080/v3/api-docs/$1;
|
||||||
}
|
|
||||||
|
|
||||||
error_page 500 502 503 504 /50x.html;
|
error_page 500 502 503 504 /50x.html;
|
||||||
location = /50x.html {
|
location = /50x.html {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue