Skip to content

Commit

Permalink
Sainak/fix/pdf-worker-mime-type (#8513)
Browse files Browse the repository at this point in the history
  • Loading branch information
sainak authored Sep 9, 2024
1 parent f350bf2 commit 6514fc7
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 6514fc7

Please sign in to comment.