Skip to content

Commit 55bc641

Browse files
author
omarmohamed
committed
Merge branch 'master' of github.com:omarfawzi/NginxRatelimiterProxy
2 parents 080c719 + 725bfeb commit 55bc641

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`).
@@ -226,4 +226,4 @@ graph TD
226226
227227
CheckLimit -->|Yes| ThrottleResponse["Return 429 Too Many Requests"]
228228
CheckLimit -->|No| AllowRequest
229-
```
229+
```

0 commit comments

Comments
 (0)