Former-commit-id: dc7ee85c0017df5636fe16d1db5696b119e1d7f6
Former-commit-id: 729c5278910b8c0643093983f24acc70b5dcc9ae
1.0
wanggang 4 years ago
parent 841d1c48f5
commit f8f002b7ca

@ -17,7 +17,7 @@ http {
keepalive_timeout 65;
server {
listen 0.0.0.0:8000;
listen 0.0.0.0:81;
server_name localhost;
location / {

@ -21,7 +21,7 @@ http {
keepalive_timeout 65;
upstream gateway {
server 172.172.0.12:8000;
server 172.172.0.12:81;
}
server {

@ -44,7 +44,7 @@ services:
environment:
TZ: "Asia/Shanghai"
ports:
- 8000:8000
- 81:81
volumes:
- ./conf/gateway/nginx.conf:/etc/nginx/nginx.conf
- ./log/gateway:/var/log/nginx
@ -125,7 +125,7 @@ services:
- 1935:1935
- 8080:8080
- 1985:1985
- 8888:8888
- 8000:8000
volumes:
- ./conf/srs/conf:/usr/local/srs/conf
- ./data/srs:/usr/local/srs/objs/nginx/html/video

Loading…
Cancel
Save