diff options
Diffstat (limited to 'public/dispatch.fcgi.example')
-rwxr-xr-x | public/dispatch.fcgi.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/dispatch.fcgi.example b/public/dispatch.fcgi.example index f934b3002..664dbbbee 100755 --- a/public/dispatch.fcgi.example +++ b/public/dispatch.fcgi.example @@ -1,4 +1,4 @@ -#!/usr/bin/ruby +#!/usr/bin/env ruby # # You may specify the path to the FastCGI crash log (a log of unhandled # exceptions which forced the FastCGI instance to exit, great for debugging) |