9672b7d345
* Parameter index has now become optional * Fix typos
9 lines
235 B
Text
9 lines
235 B
Text
location <%= location %> {
|
|
root <%= www_root %>;
|
|
include <%= fastcgi_params %>;
|
|
fastcgi_pass <%= fastcgi %>;
|
|
<% unless fastcgi_script == :undef %>
|
|
fastcgi_param SCRIPT_FILENAME <%= fastcgi_script %>;
|
|
<% end -%>
|
|
}
|
|
|