Skip to content

Commit a375cef

Browse files
committed
docs: replace nginx with Nginx
1 parent 36f17a9 commit a375cef

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

user_guide_src/source/general/environments.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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``
6565
in order for it to show up under the ``$_SERVER`` variable. This allows it to work on the
6666
virtual-host level, instead of using `env` to set it for the entire server, though that
6767
would work fine on a dedicated server. You would then modify your server config to something
@@ -80,7 +80,7 @@ like:
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
8484
remove this logic entirely and set the constant based on the server's IP address
8585
(for instance).
8686

0 commit comments

Comments
 (0)