Browse Source

fix: dev and prod1

master
wangxiang 2 years ago
parent
commit
2024688da7
No known key found for this signature in database
GPG Key ID: 1BA7946AB6B232E4
  1. 11
      docker/default_production.conf

11
docker/default_production.conf

@ -169,3 +169,14 @@ server {
proxy_pass http://localhost:8057; proxy_pass http://localhost:8057;
} }
} }
# Jenkins代理
server {
# 自定义访问端口
listen 80;
# 服务名称
server_name jenkins.klkics.com;
location / {
proxy_pass http://localhost:2023;
}
}

Loading…
Cancel
Save