forked from coop-cloud/funkwhale
get those mimetypes in the mix
This commit is contained in:
parent
28dd947e1f
commit
5106d054be
2
abra.sh
2
abra.sh
@ -1,4 +1,4 @@
|
||||
export NGINX_CONFIG_VERSION=v9
|
||||
export NGINX_CONFIG_VERSION=v10
|
||||
export APP_ENTRYPOINT_VERSION=v5
|
||||
|
||||
secrets() {
|
||||
|
@ -5,6 +5,8 @@ events {
|
||||
}
|
||||
|
||||
http {
|
||||
include /etc/nginx/mime.types;
|
||||
|
||||
map $http_upgrade $connection_upgrade {
|
||||
default upgrade;
|
||||
'' close;
|
||||
|
Loading…
Reference in New Issue
Block a user