# ---
# Serving mjs files with nginx
# ---


# In file '/etc/nginx/mime.types' find line 
#
#     application/javascript    js;
#
# and replace this line with
#
#
#     application/javascript    js mjs;
#
perl -i -n -p -e "s#^(\s*application/javascript\s+)js;#\1js mjs;#" /etc/nginx/mime.types
Description
No description provided
Readme 96 KiB
Languages
Shell 79.3%
HTML 19.1%
PHP 1.6%