mirror of
https://github.com/BluemediaGER/nginx-live.git
synced 2024-11-22 17:55:29 +01:00
Remove obsolete copy of nginx config
This commit is contained in:
parent
567c5234cb
commit
a78772f563
|
@ -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…
Reference in a new issue