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:
parent
bf3d972e72
commit
cf7534f971
1 changed files with 12 additions and 10 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue