nginx.conf
# download markdown.html to /wwwroot location ~ \.md$ { default_type text/html; add_after_body /markdown.html; }