uwsgi.erb 231 B

12345678
  1. <% if defined? @www_root -%>
  2. root <%= @www_root %>;
  3. <% end -%>
  4. <% if @try_files -%>
  5. try_files<% @try_files.each do |try| -%> <%= try %><% end -%>;
  6. <% end -%>
  7. include <%= @uwsgi_params %>;
  8. uwsgi_pass <%= @uwsgi %>;