disable frontend

This commit is contained in:
deflax 2021-10-10 22:34:27 +00:00
parent 790464f576
commit fc43178316
2 changed files with 4 additions and 5 deletions

View file

@ -53,7 +53,6 @@ services:
rtmp: rtmp:
build: ./rtmp build: ./rtmp
hostname: rtmp hostname: rtmp
container_name: rtmp
volumes: volumes:
- "./data/rtmp/hls:/tmp/hls" - "./data/rtmp/hls:/tmp/hls"
depends_on: depends_on:

View file

@ -49,10 +49,10 @@ http {
#auth_basic_user_file .htpasswd; # Create a valid .htpasswd before uncommenting this. #auth_basic_user_file .htpasswd; # Create a valid .htpasswd before uncommenting this.
} }
location /admin { #location /admin {
proxy_pass http://frontend:5001; # proxy_pass http://frontend:5001;
include /etc/nginx/mime.types; # include /etc/nginx/mime.types;
} #}
location /hls { location /hls {
types { types {