openvidu-deployment: Typo delete https listen directive

pull/567/head
cruizba 2020-11-25 12:34:31 +01:00
parent 87b5b6ed88
commit 6f4b701094
1 changed files with 1 additions and 1 deletions

View File

@ -256,7 +256,7 @@ sed -i "s/{domain_name}/${DOMAIN_OR_PUBLIC_IP}/g" /etc/nginx/conf.d/*
# IPv6 listening (RFC 6540)
if [ ! -f /proc/net/if_inet6 ]; then
sed -i '/\[::\]:{http_port}/d' /etc/nginx/conf.d/*
sed -i '/\[::\]:{http_port}/d' /etc/nginx/conf.d/*
sed -i '/\[::\]:{https_port}/d' /etc/nginx/conf.d/*
fi
sed -i "s/{http_port}/${PROXY_HTTP_PORT}/g" /etc/nginx/conf.d/*