Skip to content

Commit 4109efd

Browse files
glamic-eptim-lai
glamic-ep
andauthoredMar 2, 2022
fix(docker-nginx): Output yml/yaml as text/plain (#7749)
Co-authored-by: Tim Lai <timothy.lai@gmail.com>
1 parent 09a403f commit 4109efd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎docker/nginx.conf

+4
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ events {
77
http {
88
include mime.types;
99
default_type application/octet-stream;
10+
types {
11+
text/plain yaml;
12+
text/plain yml;
13+
}
1014

1115
sendfile on;
1216

0 commit comments

Comments
 (0)
Please sign in to comment.