diff --git a/templates/vhost/vhost_location_fastcgi.erb b/templates/vhost/vhost_location_fastcgi.erb new file mode 100644 index 0000000..481ab88 --- /dev/null +++ b/templates/vhost/vhost_location_fastcgi.erb @@ -0,0 +1,7 @@ +location <%= location %> { + include <%= fastcgi_params %>; + fastcgi_pass <%= fastcgi %>; + <% unless fastcgi_script == :undef %> + fastcgi_param SCRIPT_FILENAME <%= fastcgi_script %>; + <% end %> +} \ No newline at end of file