Commit 580e1b81 authored by 智勇's avatar 智勇

op-ui

parent 2ea6c951
Pipeline #867 failed with stages
...@@ -45,11 +45,9 @@ echo "创建日志目录:$logdir" ...@@ -45,11 +45,9 @@ echo "创建日志目录:$logdir"
rm -rf "${nginxLogDir}" rm -rf "${nginxLogDir}"
ln -s "${logdir}" "${nginxLogDir}" ln -s "${logdir}" "${nginxLogDir}"
if [[ $SYSTEM_NAME == 'contract-op-ui' ]]; then if [[ $SYSTEM_NAME == 'contract-op-ui' || $SYSTEM_NAME == 'di-ting-ui' || $SYSTEM_NAME == 'op-ui' ]]; then
curl -sSL http://git.quantgroup.cn/QA/qg-dockerfiles/raw/master/tke/ui/conf/contract-op-ui.conf -o /usr/local/openresty/nginx/conf/conf.d/default.conf curl -sSL "http://git.quantgroup.cn/QA/qg-dockerfiles/raw/master/tke/ui/conf/${SYSTEM_NAME}.conf" -o /usr/local/openresty/nginx/conf/conf.d/default.conf
fi
if [[ $SYSTEM_NAME == 'di-ting-ui' ]]; then
curl -sSL http://git.quantgroup.cn/QA/qg-dockerfiles/raw/master/tke/ui/conf/di-ting-ui.conf -o /usr/local/openresty/nginx/conf/conf.d/default.conf
fi fi
echo "/usr/bin/openresty -g 'daemon off;'" echo "/usr/bin/openresty -g 'daemon off;'"
/usr/bin/openresty -g 'daemon off;' /usr/bin/openresty -g 'daemon off;'
\ No newline at end of file
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