From fc43178316539abbc969684f2b338fcf832926ad Mon Sep 17 00:00:00 2001 From: deflax Date: Sun, 10 Oct 2021 22:34:27 +0000 Subject: [PATCH] disable frontend --- docker-compose.yml | 1 - rtmp/nginx.conf | 8 ++++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 47cc2e0..457e2bb 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -53,7 +53,6 @@ services: rtmp: build: ./rtmp hostname: rtmp - container_name: rtmp volumes: - "./data/rtmp/hls:/tmp/hls" depends_on: diff --git a/rtmp/nginx.conf b/rtmp/nginx.conf index 5af8658..0b6a892 100644 --- a/rtmp/nginx.conf +++ b/rtmp/nginx.conf @@ -49,10 +49,10 @@ http { #auth_basic_user_file .htpasswd; # Create a valid .htpasswd before uncommenting this. } - location /admin { - proxy_pass http://frontend:5001; - include /etc/nginx/mime.types; - } + #location /admin { + # proxy_pass http://frontend:5001; + # include /etc/nginx/mime.types; + #} location /hls { types {