Browse Source

更新sql配置

tags/v20240126
fans 2 years ago
parent
commit
d23f1133dc
2 changed files with 1324 additions and 3 deletions
  1. +3
    -3
      k8s/dockerfiles/conf/nginx.conf
  2. +1321
    -0
      sql/ry-ci4s-20240126.sql

+ 3
- 3
k8s/dockerfiles/conf/nginx.conf View File

@@ -11,7 +11,7 @@ http {
keepalive_timeout 65; keepalive_timeout 65;


server { server {
listen 80;
listen 8000;
server_name localhost; server_name localhost;


location / { location / {
@@ -20,12 +20,12 @@ http {
index index.html index.htm; index index.html index.htm;
} }


location /prod-api/{
location /api/{
proxy_set_header Host $http_host; proxy_set_header Host $http_host;
proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Real-IP $remote_addr;
proxy_set_header REMOTE-HOST $remote_addr; proxy_set_header REMOTE-HOST $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_pass http://ruoyi-gateway:8080/;
proxy_pass http://ci4s-gateway-service.ci4s-test.svc:8082/;
} }


# 避免actuator暴露 # 避免actuator暴露


+ 1321
- 0
sql/ry-ci4s-20240126.sql
File diff suppressed because it is too large
View File


Loading…
Cancel
Save