Commit 35049e29 authored by 智勇's avatar 智勇

up

parent e4a798b7
...@@ -48,5 +48,8 @@ ln -s "${logdir}" "${nginxLogDir}" ...@@ -48,5 +48,8 @@ ln -s "${logdir}" "${nginxLogDir}"
if [[ $SYSTEM_NAME == 'contract-op-ui' ]]; then if [[ $SYSTEM_NAME == 'contract-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/contract-op-ui.conf -o /usr/local/openresty/nginx/conf/conf.d/default.conf
fi 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
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