Skip to content
This repository was archived by the owner on Aug 21, 2025. It is now read-only.

Commit 8c44d13

Browse files
committed
update nginx conf
1 parent 04641f2 commit 8c44d13

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

nginx/nginx/conf.d/default.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ server {
66
charset utf-8;
77

88
location / {
9+
proxy_set_header Content-Type text/javascript;
10+
911
try_files $uri $uri/ /index.html?$query_string;
1012
}
1113

0 commit comments

Comments
 (0)