diff options
Diffstat (limited to 'utils/gocgi.conf.example')
-rw-r--r-- | utils/gocgi.conf.example | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/utils/gocgi.conf.example b/utils/gocgi.conf.example new file mode 100644 index 0000000..699a7e8 --- /dev/null +++ b/utils/gocgi.conf.example @@ -0,0 +1,6 @@ +# Path to the binary to call when a request was accepted. +GOCGI_BIN="" +# Set a number of environment variables to give to the binary. +GOCGI_ENV="" +# Set the working directory for this instance. +GOCGI_WORKDIR="/" |