disable frontend
This commit is contained in:
parent
790464f576
commit
fc43178316
2 changed files with 4 additions and 5 deletions
|
@ -53,7 +53,6 @@ services:
|
|||
rtmp:
|
||||
build: ./rtmp
|
||||
hostname: rtmp
|
||||
container_name: rtmp
|
||||
volumes:
|
||||
- "./data/rtmp/hls:/tmp/hls"
|
||||
depends_on:
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue