mirror of
https://github.com/BluemediaDev/nginx-live.git
synced 2025-04-12 02:33:55 +02:00
Remove obsolete copy of nginx config
This commit is contained in:
parent
567c5234cb
commit
a78772f563
1 changed files with 0 additions and 3 deletions
|
@ -11,9 +11,6 @@ if [ ! -f /setup.lock ]; then
|
||||||
echo "Your auto-generated stream key is: $VALID_STREAM_KEY"
|
echo "Your auto-generated stream key is: $VALID_STREAM_KEY"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Build nginx.conf
|
|
||||||
cp /template/nginx.conf.skel /etc/nginx/nginx.conf
|
|
||||||
|
|
||||||
# Check if tls should be enabled
|
# Check if tls should be enabled
|
||||||
if [[ ! -z "$TLS_CERT" ]]; then
|
if [[ ! -z "$TLS_CERT" ]]; then
|
||||||
# Build nginx.conf for RTMPS
|
# Build nginx.conf for RTMPS
|
||||||
|
|
Loading…
Add table
Reference in a new issue