Skip to content

Commit cf7534f

Browse files
author
epriestley
committed
Minor, fix formatting in configuration doc.
1 parent bf3d972 commit cf7534f

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

src/docs/userguide/advanced_configuration.diviner

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -91,19 +91,21 @@ involved but may be easier in some deployment environments. Note that this needs
9191
to be set in your webserver environment, and also in your shell whenever you
9292
run a script:
9393

94-
# Shell
95-
export PHABRICATOR_ENV=custom/exampleconfig
94+
```
95+
# Shell
96+
export PHABRICATOR_ENV=custom/exampleconfig
9697

97-
# Apache
98-
SetEnv PHABRICATOR_ENV custom/exampleconfig
98+
# Apache
99+
SetEnv PHABRICATOR_ENV custom/exampleconfig
99100

100-
# nginx
101-
fastcgi_param PHABRICATOR_ENV "custom/exampleconfig";
101+
# nginx
102+
fastcgi_param PHABRICATOR_ENV "custom/exampleconfig";
102103

103-
# lighttpd
104-
setenv.add-environment = (
105-
"PHABRICATOR_ENV" => "custom/exampleconfig",
106-
)
104+
# lighttpd
105+
setenv.add-environment = (
106+
"PHABRICATOR_ENV" => "custom/exampleconfig",
107+
)
108+
```
107109

108110
After creating and selecting a configuration file, restart your webserver. Any
109111
configuration you set should take effect immediately, and your file should be

0 commit comments

Comments
 (0)