Add mjs mime type

master
Raymonzut 4 years ago
parent 78c7ef8809
commit 037c638427
No known key found for this signature in database
GPG Key ID: 1E9BCC39EDD1DD53
  1. 4
      client/nginx.conf

@ -8,6 +8,10 @@ events {
http {
include /etc/nginx/mime.types;
default_type application/octet-stream;
types {
application/javascript mjs;
}
log_format main '$remote_addr - $remote_user [$time_local] "$request" '
'$status $body_bytes_sent "$http_referer" '
'"$http_user_agent" "$http_x_forwarded_for"';

Loading…
Cancel
Save