Browse Source

fix config file

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

1
Nginx-S2I-Image/nginx.conf

@ -29,7 +29,6 @@ http {
tcp_nodelay on;
types_hash_max_size 2048;
include /etc/nginx/mime.types;
default_type application/octet-stream;
# Load modular configuration files from the /etc/nginx/conf.d directory.

Loading…
Cancel
Save