8 lines
231 B
Text
8 lines
231 B
Text
<% if defined? @www_root -%>
|
|
root <%= @www_root %>;
|
|
<% end -%>
|
|
<% if @try_files -%>
|
|
try_files<% @try_files.each do |try| -%> <%= try %><% end -%>;
|
|
<% end -%>
|
|
include <%= @uwsgi_params %>;
|
|
uwsgi_pass <%= @uwsgi %>;
|