From 4178035a55da8d161c6de7c2f4e7c12bb9950f30 Mon Sep 17 00:00:00 2001 From: TheSpad Date: Fri, 22 Dec 2023 17:16:22 +0000 Subject: [PATCH] Consistent formatting --- root/defaults/nginx/site-confs/default.conf.sample | 1 + 1 file changed, 1 insertion(+) diff --git a/root/defaults/nginx/site-confs/default.conf.sample b/root/defaults/nginx/site-confs/default.conf.sample index 7fde9ae..4ae2a0c 100644 --- a/root/defaults/nginx/site-confs/default.conf.sample +++ b/root/defaults/nginx/site-confs/default.conf.sample @@ -142,6 +142,7 @@ server { location ~ \.wasm$ { default_type application/wasm; } + location ~ \.js$ { default_type text/javascript; }