Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
stamepicmorg committed Aug 4, 2020
2 parents 18a4ba8 + 652c00f commit 7cffa9e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion balancer/rtmp-hls/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@ RUN ln -sf /dev/stdout /var/log/nginx/access.log && \
##################################################################
# Copy nginx config file to container
##################################################################
RUN rm -rfv /etc/nginx/nginx.conf
RUN rm -rfv /etc/nginx/nginx.conf \
/etc/nginx/sites-avalible/default
COPY conf/nginx.conf /etc/nginx/nginx.conf


Expand Down
1 change: 1 addition & 0 deletions balancer/rtmp-hls/conf/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ rtmp {


http {
include /etc/nginx/sites-enabled/*.conf;
sendfile off;
tcp_nopush on;
directio 512;
Expand Down
1 change: 1 addition & 0 deletions balancer/rtmp-hls/conf/nginx_no-ffmpeg.conf
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ rtmp {


http {
include /etc/nginx/sites-enabled/*.conf;
sendfile off;
tcp_nopush on;
directio 512;
Expand Down

0 comments on commit 7cffa9e

Please sign in to comment.