You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
417 B
18 lines
417 B
### |
|
# @Description: |
|
# @Version: 1.0 |
|
# @Autor: chen_yt |
|
# @Date: 2022-07-20 14:56:19 |
|
# @LastEditors: chen_yt |
|
# @LastEditTime: 2022-07-20 15:05:19 |
|
### |
|
#!/bin/sh |
|
sed -i 's|VUE_APP_SAAS_MODE|'${VUE_APP_SAAS_MODE}'|g' /usr/share/nginx/html |
|
|
|
cd /etc/nginx/conf.d |
|
|
|
envsubst '${ORIGIN},${HOST},${SUB_APP_BPM},${SUB_APP_WP},${FILE_PREVIEW}' < nginx.template > default.conf |
|
|
|
cat default.conf |
|
|
|
nginx -g 'daemon off;' |