From 30e3c105e8af7aba1fc04a5d4eb1ed86d1eafb80 Mon Sep 17 00:00:00 2001 From: Lectom Date: Tue, 23 Jun 2026 08:16:47 +0900 Subject: [PATCH] Serve gateway mjs files as JavaScript --- deploy/templates/gateway/nginx.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/deploy/templates/gateway/nginx.conf b/deploy/templates/gateway/nginx.conf index 656c5e2e..18d87d06 100644 --- a/deploy/templates/gateway/nginx.conf +++ b/deploy/templates/gateway/nginx.conf @@ -3,6 +3,9 @@ events { worker_connections 1024; } http { include /etc/nginx/mime.types; + types { + application/javascript mjs; + } # 인스턴스별로 계산된 포트 주입 upstream backend_srv {