https://github.com/concretecms/cloudflare_proxy
Concrete CMS package to enable Cloudflare IPs as trusted proxies.
https://github.com/concretecms/cloudflare_proxy
Last synced: about 1 year ago
JSON representation
Concrete CMS package to enable Cloudflare IPs as trusted proxies.
- Host: GitHub
- URL: https://github.com/concretecms/cloudflare_proxy
- Owner: concretecms
- Created: 2017-08-10T21:48:53.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-09-23T18:48:02.000Z (almost 3 years ago)
- Last Synced: 2025-06-06T18:53:01.091Z (about 1 year ago)
- Language: PHP
- Homepage:
- Size: 57.6 KB
- Stars: 11
- Watchers: 6
- Forks: 5
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CloudFlare Proxy Addon
This addon sets up CloudFlare IPs as trusted proxy IPs. In doing so it resolves the session invalidation you'll see if
using CloudFlare
### Installation
**Composer Based concrete5**
If you're using composer based c5, all you have to do is require the package and install it.
```bash
$ composer require concrete5/cloudflare_proxy
$ ./vendor/bin/concrete5 c5:package-install cloudflare_proxy
```
**Traditional concrete5**
Download a zip of this repository and extract it in your website's package directory.