Skip to content

Commit 1907ded

Browse files
mwester117Marco Wester
andauthored
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 <git@mwester.de>
1 parent 943e55d commit 1907ded

4 files changed

Lines changed: 0 additions & 4 deletions

File tree

.examples/docker-compose/insecure/mariadb/fpm/web/nginx.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ http {
1414
default_type application/octet-stream;
1515
types {
1616
text/javascript mjs;
17-
application/wasm wasm;
1817
}
1918

2019
log_format main '$remote_addr - $remote_user [$time_local] "$request" '

.examples/docker-compose/insecure/postgres/fpm/web/nginx.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ http {
1414
default_type application/octet-stream;
1515
types {
1616
text/javascript mjs;
17-
application/wasm wasm;
1817
}
1918

2019
log_format main '$remote_addr - $remote_user [$time_local] "$request" '

.examples/docker-compose/with-nginx-proxy/mariadb/fpm/web/nginx.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ http {
1414
default_type application/octet-stream;
1515
types {
1616
text/javascript mjs;
17-
application/wasm wasm;
1817
}
1918

2019
log_format main '$remote_addr - $remote_user [$time_local] "$request" '

.examples/docker-compose/with-nginx-proxy/postgres/fpm/web/nginx.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ http {
1414
default_type application/octet-stream;
1515
types {
1616
text/javascript mjs;
17-
application/wasm wasm;
1817
}
1918

2019
log_format main '$remote_addr - $remote_user [$time_local] "$request" '

0 commit comments

Comments
 (0)