Skip to content

Commit

Permalink
perf: facelive enable
Browse files Browse the repository at this point in the history
  • Loading branch information
ibuler authored Nov 21, 2024
1 parent 0512271 commit daaa93b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
File renamed without changes.
5 changes: 5 additions & 0 deletions init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,11 @@ function config_components() {
if [[ "${USE_XPACK}" == "1" && "${RAZOR_ENABLED}" != "0" ]]; then
safe_move /etc/nginx/includes/razor.conf.disabled /etc/nginx/includes/razor.conf
fi

if [[ "${USE_XPACK}" == "1" && "${FACELIVE_ENABLED}" == "1" ]]; then
safe_move /etc/nginx/includes/facelive.conf.disabled /etc/nginx/includes/facelive.conf
fi

}

function copy_versions_to_core() {
Expand Down

0 comments on commit daaa93b

Please sign in to comment.