summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/general
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2014-10-28 20:32:20 +0100
committerAndrey Andreev <narf@devilix.net>2014-10-28 20:32:20 +0100
commit815ac8a3be770b7de7a805a551f136cc6bb9f83c (patch)
treec605ac9dae927bb3e85ce618e140cb9942eede0f /user_guide_src/source/general
parent98251706c81a7ca6057430c7c6a56ee4dfbe10a0 (diff)
Close #3292
Diffstat (limited to 'user_guide_src/source/general')
-rw-r--r--user_guide_src/source/general/environments.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide_src/source/general/environments.rst b/user_guide_src/source/general/environments.rst
index d74ebb8d5..1ce4fde3a 100644
--- a/user_guide_src/source/general/environments.rst
+++ b/user_guide_src/source/general/environments.rst
@@ -20,7 +20,7 @@ the value provided in ``$_SERVER['CI_ENV']``, otherwise defaults to
This server variable can be set in your .htaccess file, or Apache
config using `SetEnv <https://httpd.apache.org/docs/2.2/mod/mod_env.html#setenv>`_.
Alternative methods are available for nginx and other servers, or you can
-remove this logic entirely and set the constant based on the HTTP_HOST or IP.
+remove this logic entirely and set the constant based on the server's IP address.
In addition to affecting some basic framework behavior (see the next
section), you may use this constant in your own development to