Skip to content

Commit ee72ee8

Browse files
author
june012006
committed
test fix for nginx.conf
1 parent 8c70e50 commit ee72ee8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

nextcloud/web/nginx.conf

+5-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,11 @@ events {
1010

1111

1212
http {
13-
include mime.types;
13+
include mime.types; #added types below for testing
14+
types {
15+
text/javascript js mjs;
16+
application/wasm wasm;
17+
}
1418
default_type application/octet-stream;
1519

1620
log_format main '$remote_addr - $remote_user [$time_local] "$request" '

0 commit comments

Comments
 (0)