diff --git a/.docker/entrypoint.d/config.json.tmpl b/.docker/entrypoint.d/config.json.tmpl index ee37c21d..d1088d6e 100644 --- a/.docker/entrypoint.d/config.json.tmpl +++ b/.docker/entrypoint.d/config.json.tmpl @@ -35,6 +35,7 @@ "image/*", "application/javascript", "text/css", + "application/sourcemap", "!" ], "response_headers": { @@ -69,7 +70,12 @@ }, "settings": { "http": { - "max_body_size": 1048576000 + "max_body_size": 1048576000, + "static": { + "mime_types": { + "application/sourcemap": [".map"] + } + } } } }