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" '