Merge branch 'develop'

This commit is contained in:
STAM 2020-08-04 18:09:14 +03:00
commit 7cffa9e877
3 changed files with 4 additions and 1 deletions

View File

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

View File

@ -58,6 +58,7 @@ rtmp {
http {
include /etc/nginx/sites-enabled/*.conf;
sendfile off;
tcp_nopush on;
directio 512;

View File

@ -42,6 +42,7 @@ rtmp {
http {
include /etc/nginx/sites-enabled/*.conf;
sendfile off;
tcp_nopush on;
directio 512;