blob: 699a7e85dae10793233aecb203bb191e8dd50f36 (
plain) (
blame)
1
2
3
4
5
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="/"
|