Skip to content

Commit

Permalink
Fix Content-Type for docker container.
Browse files Browse the repository at this point in the history
  • Loading branch information
frob-cloudstaff committed Jul 12, 2024
1 parent 8e6824c commit 25dc9f4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/default.conf.template
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
text/plain yml;
}

charset utf-8;

gzip on;
gzip_static on;
gzip_disable "msie6";
Expand Down

0 comments on commit 25dc9f4

Please sign in to comment.