File tree Expand file tree Collapse file tree
user_guide_src/source/general Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -58,10 +58,10 @@ config using `SetEnv <https://httpd.apache.org/docs/2.4/mod/mod_env.html#setenv>
5858
5959 .. _environment-nginx :
6060
61- nginx
61+ Nginx
6262-----
6363
64- Under nginx , you must pass the environment variable through the ``fastcgi_params ``
64+ Under Nginx , you must pass the environment variable through the ``fastcgi_params ``
6565in order for it to show up under the ``$_SERVER `` variable. This allows it to work on the
6666virtual-host level, instead of using `env ` to set it for the entire server, though that
6767would work fine on a dedicated server. You would then modify your server config to something
8080 }
8181 }
8282
83- Alternative methods are available for nginx and other servers, or you can
83+ Alternative methods are available for Nginx and other servers, or you can
8484remove this logic entirely and set the constant based on the server's IP address
8585(for instance).
8686
You can’t perform that action at this time.
0 commit comments