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:
build: ./rtmp
hostname: rtmp
container_name: rtmp
volumes:
- "./data/rtmp/hls:/tmp/hls"
depends_on:

View file

@ -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 {