Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ do
echo "."$j" "${MIMETYPE[0]}";" >> /etc/nginx/mimetypes.map
done
done
echo ".log text/plain;" >> /etc/nginx/mimetypes.map
echo " .log \"text/plain; charset=utf-8\";" >> /etc/nginx/mimetypes.map
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you confirm the space before ".log" ?

echo ".stdout text/plain;" >> /etc/nginx/mimetypes.map
echo ".stderr text/plain;" >> /etc/nginx/mimetypes.map
echo "}" >> /etc/nginx/mimetypes.map
Expand Down
Loading