1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-26 16:52:41 +01:00

Minor, fix formatting in configuration doc.

This commit is contained in:
epriestley 2013-01-24 21:25:50 -08:00
parent bf3d972e72
commit cf7534f971

View file

@ -91,19 +91,21 @@ involved but may be easier in some deployment environments. Note that this needs
to be set in your webserver environment, and also in your shell whenever you to be set in your webserver environment, and also in your shell whenever you
run a script: run a script:
# Shell ```
export PHABRICATOR_ENV=custom/exampleconfig # Shell
export PHABRICATOR_ENV=custom/exampleconfig
# Apache # Apache
SetEnv PHABRICATOR_ENV custom/exampleconfig SetEnv PHABRICATOR_ENV custom/exampleconfig
# nginx # nginx
fastcgi_param PHABRICATOR_ENV "custom/exampleconfig"; fastcgi_param PHABRICATOR_ENV "custom/exampleconfig";
# lighttpd # lighttpd
setenv.add-environment = ( setenv.add-environment = (
"PHABRICATOR_ENV" => "custom/exampleconfig", "PHABRICATOR_ENV" => "custom/exampleconfig",
) )
```
After creating and selecting a configuration file, restart your webserver. Any After creating and selecting a configuration file, restart your webserver. Any
configuration you set should take effect immediately, and your file should be configuration you set should take effect immediately, and your file should be