Added definition for NCPU
This commit is contained in:
parent
74f3f347a6
commit
4d5fa78398
@ -124,9 +124,10 @@ KURENTO_CONFIG=/usr/local/bigbluebutton/bbb-webrtc-sfu/config/default.yml
|
||||
|
||||
BBB_WEB_CONFIG=$SERVLET_DIR/WEB-INF/classes/bigbluebutton.properties
|
||||
NGINX_IP=$(cat /etc/nginx/sites-available/bigbluebutton | grep -v '#' | sed -n '/server_name/{s/.*server_name[ ]*//;s/;//;p}' | cut -d' ' -f1 | head -n 1)
|
||||
SIP_NGINX_IP=$(cat /etc/bigbluebutton/nginx/sip.nginx | grep -v '#' | sed -n '/proxy_pass/{s/.*proxy_pass http[s]*:\/\///;s/:.*//;p}' | head -n 1)
|
||||
|
||||
SIP_CONFIG=/etc/bigbluebutton/nginx/sip.nginx
|
||||
SIP_NGINX_IP=$(cat $SIP_CONFIG | grep -v '#' | sed -n '/proxy_pass/{s/.*proxy_pass http[s]*:\/\///;s/:.*//;p}' | head -n 1)
|
||||
|
||||
NCPU=`nproc --all`
|
||||
|
||||
BBB_USER=bigbluebutton
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user