add dockerfiles
This commit is contained in:
@@ -46,7 +46,7 @@ http {
|
||||
|
||||
# Timeout for keep-alive connections. Server will close connections after
|
||||
# this time.
|
||||
keepalive_timeout 65;
|
||||
keepalive_timeout 10;
|
||||
|
||||
# Sendfile copies data between one FD and other from within the kernel,
|
||||
# which is more efficient than read() + write().
|
||||
@@ -89,12 +89,11 @@ http {
|
||||
|
||||
# Sets the path, format, and configuration for a buffered log write.
|
||||
# access_log /var/log/nginx/access.log main;
|
||||
access_log off
|
||||
access_log off;
|
||||
|
||||
server {
|
||||
listen 80 default_server;
|
||||
server_name _;
|
||||
keetalive_timeout 5;
|
||||
|
||||
location /static/avatar {
|
||||
expires max;
|
||||
|
||||
Reference in New Issue
Block a user