From 1907ded05a326e3a8fef0baf29518075c2d05d6e Mon Sep 17 00:00:00 2001 From: mwester117 <42421851+mwester117@users.noreply.github.com> Date: Thu, 28 Aug 2025 22:38:38 +0200 Subject: [PATCH] Removed mimetype application/wasm from nginx.conf files because they are included in mime.types of nginx:alpine-slim image (#2458) Signed-off-by: Marco Wester <42421851+mwester117@users.noreply.github.com> Co-authored-by: Marco Wester --- .examples/docker-compose/insecure/mariadb/fpm/web/nginx.conf | 1 - .examples/docker-compose/insecure/postgres/fpm/web/nginx.conf | 1 - .../docker-compose/with-nginx-proxy/mariadb/fpm/web/nginx.conf | 1 - .../docker-compose/with-nginx-proxy/postgres/fpm/web/nginx.conf | 1 - 4 files changed, 4 deletions(-) diff --git a/.examples/docker-compose/insecure/mariadb/fpm/web/nginx.conf b/.examples/docker-compose/insecure/mariadb/fpm/web/nginx.conf index cb1d4fff..0d67b8b0 100644 --- a/.examples/docker-compose/insecure/mariadb/fpm/web/nginx.conf +++ b/.examples/docker-compose/insecure/mariadb/fpm/web/nginx.conf @@ -14,7 +14,6 @@ http { default_type application/octet-stream; types { text/javascript mjs; - application/wasm wasm; } log_format main '$remote_addr - $remote_user [$time_local] "$request" ' diff --git a/.examples/docker-compose/insecure/postgres/fpm/web/nginx.conf b/.examples/docker-compose/insecure/postgres/fpm/web/nginx.conf index cb1d4fff..0d67b8b0 100644 --- a/.examples/docker-compose/insecure/postgres/fpm/web/nginx.conf +++ b/.examples/docker-compose/insecure/postgres/fpm/web/nginx.conf @@ -14,7 +14,6 @@ http { default_type application/octet-stream; types { text/javascript mjs; - application/wasm wasm; } log_format main '$remote_addr - $remote_user [$time_local] "$request" ' diff --git a/.examples/docker-compose/with-nginx-proxy/mariadb/fpm/web/nginx.conf b/.examples/docker-compose/with-nginx-proxy/mariadb/fpm/web/nginx.conf index ad2749cd..f3f90640 100644 --- a/.examples/docker-compose/with-nginx-proxy/mariadb/fpm/web/nginx.conf +++ b/.examples/docker-compose/with-nginx-proxy/mariadb/fpm/web/nginx.conf @@ -14,7 +14,6 @@ http { default_type application/octet-stream; types { text/javascript mjs; - application/wasm wasm; } log_format main '$remote_addr - $remote_user [$time_local] "$request" ' diff --git a/.examples/docker-compose/with-nginx-proxy/postgres/fpm/web/nginx.conf b/.examples/docker-compose/with-nginx-proxy/postgres/fpm/web/nginx.conf index ad2749cd..f3f90640 100644 --- a/.examples/docker-compose/with-nginx-proxy/postgres/fpm/web/nginx.conf +++ b/.examples/docker-compose/with-nginx-proxy/postgres/fpm/web/nginx.conf @@ -14,7 +14,6 @@ http { default_type application/octet-stream; types { text/javascript mjs; - application/wasm wasm; } log_format main '$remote_addr - $remote_user [$time_local] "$request" '