From 172ec434510e57eb5fec0101686609db6073ec98 Mon Sep 17 00:00:00 2001 From: Kaloyan Nikolow Date: Mon, 29 Sep 2025 17:23:59 +0300 Subject: [PATCH] Sync Nginx config with upstream docs Signed-off-by: Kaloyan Nikolow --- .examples/docker-compose/insecure/mariadb/fpm/web/nginx.conf | 2 ++ .examples/docker-compose/insecure/postgres/fpm/web/nginx.conf | 2 ++ .../docker-compose/with-nginx-proxy/mariadb/fpm/web/nginx.conf | 2 ++ .../docker-compose/with-nginx-proxy/postgres/fpm/web/nginx.conf | 2 ++ 4 files changed, 8 insertions(+) diff --git a/.examples/docker-compose/insecure/mariadb/fpm/web/nginx.conf b/.examples/docker-compose/insecure/mariadb/fpm/web/nginx.conf index 7d517b89..7fd0ea8c 100644 --- a/.examples/docker-compose/insecure/mariadb/fpm/web/nginx.conf +++ b/.examples/docker-compose/insecure/mariadb/fpm/web/nginx.conf @@ -14,6 +14,8 @@ 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 7d517b89..7fd0ea8c 100644 --- a/.examples/docker-compose/insecure/postgres/fpm/web/nginx.conf +++ b/.examples/docker-compose/insecure/postgres/fpm/web/nginx.conf @@ -14,6 +14,8 @@ 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 eb18b4cf..4c4cd735 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,6 +14,8 @@ 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 eb18b4cf..4c4cd735 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,6 +14,8 @@ http { default_type application/octet-stream; types { text/javascript mjs; + application/wasm wasm; + } } log_format main '$remote_addr - $remote_user [$time_local] "$request" '