Skip to content

Commit

Permalink
fix pdf worker mime type
Browse files Browse the repository at this point in the history
  • Loading branch information
sainak committed Sep 9, 2024
1 parent f350bf2 commit 8afd092
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion nginx/nginx.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
server {

include mime.types;
types {
text/javascript js mjs;
}

listen 80;

location / {
Expand All @@ -13,5 +18,4 @@ server {
location = /50x.html {
root /usr/share/nginx/html;
}

}

0 comments on commit 8afd092

Please sign in to comment.