Add fastcgi template

This commit is contained in:
Lebedev Vadim 2013-03-27 19:46:37 +04:00
parent 23c5bf7a9e
commit 9e5645670e

View file

@ -0,0 +1,7 @@
location <%= location %> {
include <%= fastcgi_params %>;
fastcgi_pass <%= fastcgi %>;
<% unless fastcgi_script == :undef %>
fastcgi_param SCRIPT_FILENAME <%= fastcgi_script %>;
<% end %>
}