Skip to content

Commit

Permalink
fix(docker-nginx): Output yml/yaml as text/plain (#7749)
Browse files Browse the repository at this point in the history
Co-authored-by: Tim Lai <timothy.lai@gmail.com>
  • Loading branch information
glamic-ep and tim-lai committed Mar 2, 2022
1 parent 09a403f commit 4109efd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker/nginx.conf
Expand Up @@ -7,6 +7,10 @@ events {
http {
include mime.types;
default_type application/octet-stream;
types {
text/plain yaml;
text/plain yml;
}

sendfile on;

Expand Down

0 comments on commit 4109efd

Please sign in to comment.