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:
|
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:
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue