mirror of
https://gitee.com/y_project/RuoYi-Cloud.git
synced 2026-01-26 19:51:56 +08:00
update docker/nginx/conf/nginx.conf.
Signed-off-by: million <lzc199796@163.com>
This commit is contained in:
@@ -25,7 +25,7 @@ http {
|
||||
proxy_set_header X-Real-IP $remote_addr;
|
||||
proxy_set_header REMOTE-HOST $remote_addr;
|
||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||
proxy_pass http://ruoyi-gateway:8080/;
|
||||
proxy_pass http://ruoyi:8080/;
|
||||
}
|
||||
|
||||
# 避免actuator暴露
|
||||
|
||||
Reference in New Issue
Block a user