get those mimetypes in the mix

This commit is contained in:
decentral1se 2022-05-10 14:54:22 +02:00
parent 28dd947e1f
commit 5106d054be
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
2 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
export NGINX_CONFIG_VERSION=v9
export NGINX_CONFIG_VERSION=v10
export APP_ENTRYPOINT_VERSION=v5
secrets() {

View File

@ -5,6 +5,8 @@ events {
}
http {
include /etc/nginx/mime.types;
map $http_upgrade $connection_upgrade {
default upgrade;
'' close;