Added correct mime types

This commit is contained in:
2024-11-07 16:39:07 -03:00
parent 2781119e3f
commit 2bab04d6fe
2 changed files with 21 additions and 18 deletions

View File

@@ -12,7 +12,9 @@ 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"';