File tree Expand file tree Collapse file tree 1 file changed +12
-10
lines changed Expand file tree Collapse file tree 1 file changed +12
-10
lines changed Original file line number Diff line number Diff line change @@ -91,19 +91,21 @@ involved but may be easier in some deployment environments. Note that this needs
91
91
to be set in your webserver environment, and also in your shell whenever you
92
92
run a script:
93
93
94
- # Shell
95
- export PHABRICATOR_ENV=custom/exampleconfig
94
+ ```
95
+ # Shell
96
+ export PHABRICATOR_ENV=custom/exampleconfig
96
97
97
- # Apache
98
- SetEnv PHABRICATOR_ENV custom/exampleconfig
98
+ # Apache
99
+ SetEnv PHABRICATOR_ENV custom/exampleconfig
99
100
100
- # nginx
101
- fastcgi_param PHABRICATOR_ENV "custom/exampleconfig";
101
+ # nginx
102
+ fastcgi_param PHABRICATOR_ENV "custom/exampleconfig";
102
103
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
+ ```
107
109
108
110
After creating and selecting a configuration file, restart your webserver. Any
109
111
configuration you set should take effect immediately, and your file should be
You can’t perform that action at this time.
0 commit comments