Skip to content

Difference between nginx.conf in documentation and docker-compose example files regarding .wasm #2440

@siccovansas

Description

@siccovansas

The following lines were removed from the nginx.conf documentation in the # Serve static files section:

        location ~ \.wasm$ {
            default_type application/wasm;
        }

The four docker-compose nginx.conf example files still show these lines though, see this file for example.

Should these lines also be removed from the docker-compose nginx.conf examples?

Metadata

Metadata

Assignees

No one assigned

    Labels

    examplesCompose/Dockerfile/etc

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions