File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -133,8 +133,8 @@ The following environment variables need to be set:
133133- `INDEX_FILE` : The default index file for FastCGI upstreams (e.g., `index.php`).
134134- `SCRIPT_FILENAME` : The script filename for FastCGI upstreams (e.g., `/var/www/app/public/index.php`).
135135- `UPSTREAM_PORT` : The port of the main application.
136- - `CACHE_HOST` : The hostname of the distributed cache host .
137- - `CACHE_PORT` : The port of the distributed cache port .
136+ - `CACHE_HOST` : The hostname of the distributed cache.
137+ - `CACHE_PORT` : The port of the distributed cache.
138138- `CACHE_PROVIDER` : The provider of the distributed cache, either `redis` or `memcached`.
139139
140140> To enable either `FastCGI` or `HTTP` upstreams, set the `UPSTREAM_TYPE` environment variable to the desired value (`fastcgi` or `http`).
@@ -226,4 +226,4 @@ graph TD
226226
227227 CheckLimit -->|Yes| ThrottleResponse["Return 429 Too Many Requests"]
228228 CheckLimit -->|No| AllowRequest
229- ` ` `
229+ ` ` `
You can’t perform that action at this time.
0 commit comments