Skip to content

Commit

Permalink
fix(nextcloud): mjs mime type (#562)
Browse files Browse the repository at this point in the history
  • Loading branch information
christophenne authored and kosmoz committed Oct 15, 2024
1 parent f3ba249 commit 9d119f6
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ events {

http {
include /etc/nginx/mime.types;
types {
application/javascript js mjs;
application/wasm wasm;
}
default_type application/octet-stream;

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

0 comments on commit 9d119f6

Please sign in to comment.