Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 540 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 540 Bytes

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.

$ 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.