2
1
mirror of https://github.com/EpicMorg/docker-scripts.git synced 2025-06-05 02:22:05 +03:00

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

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

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

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