module-nginx/templates/vhost/vhost_location_fastcgi.erb
2013-03-27 19:46:37 +04:00

7 lines
No EOL
202 B
Text

location <%= location %> {
include <%= fastcgi_params %>;
fastcgi_pass <%= fastcgi %>;
<% unless fastcgi_script == :undef %>
fastcgi_param SCRIPT_FILENAME <%= fastcgi_script %>;
<% end %>
}