Commit 7b6492dc authored by Mark Harding's avatar Mark Harding

(fix): use mime types

No related merge requests found
......@@ -17,7 +17,7 @@ data:
worker_connections {{ .Values.nginx.worker_connections }}; #20k
}
http {
#include /etc/nginx/mime.types;
include /etc/nginx/mime.types;
default_type application/octet-stream;
log_format main '$remote_addr - $remote_user [$time_local] "$request" '
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment