From 6a486b088b957a2af6d1dfeb692ecef6ec8c5e06 Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Sat, 5 Oct 2019 09:07:54 +0200 Subject: Optimize dockerfile --- nginx.conf | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 nginx.conf (limited to 'nginx.conf') diff --git a/nginx.conf b/nginx.conf deleted file mode 100644 index 1634164..0000000 --- a/nginx.conf +++ /dev/null @@ -1,31 +0,0 @@ -worker_processes 4; -pid /tmp/nginx.pid; -error_log /proc/self/fd/2 warn; - -events { - worker_connections 768; - # multi_accept on; -} - -http { - sendfile on; - tcp_nopush on; - tcp_nodelay on; - keepalive_timeout 65; - types_hash_max_size 2048; - - include /etc/nginx/mime.types; - default_type application/octet-stream; - - #client_body_temp_path /tmp/nginx/temp; - #proxy_temp_path /tmp/nginx/proxy; - - access_log /proc/self/fd/1; - error_log /proc/self/fd/2; - - gzip on; - gzip_disable "msie6"; - - include /etc/nginx/conf.d/*.conf; - include /etc/nginx/sites-enabled/*; -} -- cgit v1.2.1