Browse Source

fix config file

master
Nicolas Massé 7 years ago
parent
commit
c33c7860ff
  1. 1
      Nginx-S2I-Image/nginx.conf

1
Nginx-S2I-Image/nginx.conf

@ -27,7 +27,6 @@ http {
sendfile on; sendfile on;
tcp_nopush on; tcp_nopush on;
tcp_nodelay on; tcp_nodelay on;
keepalive_timeout 65;
types_hash_max_size 2048; types_hash_max_size 2048;
include /etc/nginx/mime.types; include /etc/nginx/mime.types;

Loading…
Cancel
Save