diff --git a/abra.sh b/abra.sh index d7a5b20..1ecb328 100644 --- a/abra.sh +++ b/abra.sh @@ -1,4 +1,4 @@ -export NGINX_CONFIG_VERSION=v9 +export NGINX_CONFIG_VERSION=v10 export APP_ENTRYPOINT_VERSION=v5 secrets() { diff --git a/nginx.conf.tmpl b/nginx.conf.tmpl index 7f5cdb6..66380fd 100644 --- a/nginx.conf.tmpl +++ b/nginx.conf.tmpl @@ -5,6 +5,8 @@ events { } http { + include /etc/nginx/mime.types; + map $http_upgrade $connection_upgrade { default upgrade; '' close;