mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2025-01-24 20:48:18 +03:00
Merge branch 'develop'
This commit is contained in:
commit
7cffa9e877
@ -84,7 +84,8 @@ RUN ln -sf /dev/stdout /var/log/nginx/access.log && \
|
|||||||
##################################################################
|
##################################################################
|
||||||
# Copy nginx config file to container
|
# 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
|
COPY conf/nginx.conf /etc/nginx/nginx.conf
|
||||||
|
|
||||||
|
|
||||||
|
@ -58,6 +58,7 @@ rtmp {
|
|||||||
|
|
||||||
|
|
||||||
http {
|
http {
|
||||||
|
include /etc/nginx/sites-enabled/*.conf;
|
||||||
sendfile off;
|
sendfile off;
|
||||||
tcp_nopush on;
|
tcp_nopush on;
|
||||||
directio 512;
|
directio 512;
|
||||||
|
@ -42,6 +42,7 @@ rtmp {
|
|||||||
|
|
||||||
|
|
||||||
http {
|
http {
|
||||||
|
include /etc/nginx/sites-enabled/*.conf;
|
||||||
sendfile off;
|
sendfile off;
|
||||||
tcp_nopush on;
|
tcp_nopush on;
|
||||||
directio 512;
|
directio 512;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user