Commit 4ba31d90 authored by Terence Lee's avatar Terence Lee

alias dosen't set content_type

parent 632aae7a
......@@ -53,7 +53,7 @@ http {
<% routes.each do |route, path| %>
location ~ ^<%= route %>$ {
alias <%= root %>/<%= path %>;
try_files /<%= path %> =404;
}
<% end %>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment