Commit 5464f9ae authored by 赵啸非's avatar 赵啸非

修改门户配置打包

parent 5ea3b448
...@@ -305,7 +305,7 @@ setup_nginx() { ...@@ -305,7 +305,7 @@ setup_nginx() {
rm -rf ${NGINX_EXECPATH} rm -rf ${NGINX_EXECPATH}
mkdir -p ${NGINX_EXECPATH} mkdir -p ${NGINX_EXECPATH}
tar -zvxf ${BASEDIR}/soft/${NGINX}/${NGINX_FILENAME} -C ${NGINX_EXECPATH} --strip-components 1 tar -zvx ${BASEDIR}/soft/${NGINX}/${NGINX_FILENAME} -C ${NGINX_EXECPATH} --strip-components 1
cd ${NGINX_EXECPATH} cd ${NGINX_EXECPATH}
./configure --prefix=${NGINX_EXECPATH} --conf-path=${NGINX_CONF} ./configure --prefix=${NGINX_EXECPATH} --conf-path=${NGINX_CONF}
......
...@@ -69,6 +69,12 @@ spring: ...@@ -69,6 +69,12 @@ spring:
uri: lb://log-manager uri: lb://log-manager
predicates: predicates:
- Path=/logservice/** - Path=/logservice/**
# 样表服务服务
- id: sample-form-manager
# uri: http://127.0.0.1:17211
uri: lb://sample-form-manager
predicates:
- Path=/sampleform/**
nacos: nacos:
# Nacos 作为注册中心的配置项,对应 NacosDiscoveryProperties 配置类 # Nacos 作为注册中心的配置项,对应 NacosDiscoveryProperties 配置类
discovery: discovery:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment