Skip to content

Commit 725bfeb

Browse files
authored
Update Readme.md
1 parent ce6e77b commit 725bfeb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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`).
@@ -232,4 +232,4 @@ graph TD
232232
233233
CheckLimit -->|Yes| ThrottleResponse["Return 429 Too Many Requests"]
234234
CheckLimit -->|No| AllowRequest
235-
```
235+
```

0 commit comments

Comments
 (0)