-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Description
Everytime I start my nginx docker setup using the configuration https://github.com/nextcloud/docker/blob/master/.examples/docker-compose/with-nginx-proxy/postgres/fpm/web/nginx.conf I get the following warning:
nginx: [warn] duplicate extension "wasm", content type: "application/wasm", previous content type: "application/wasm" in /etc/nginx/nginx.conf:17
This is because this mime type is already included in mime.types in the nginx:alpine-slim image. To avoid this warning you can simply remove the mimetype here:
| application/wasm wasm; |
| application/wasm wasm; |
| application/wasm wasm; |
| application/wasm wasm; |
Metadata
Metadata
Assignees
Labels
No labels