https://github.com/concretecms/cloudfront_proxy
https://github.com/concretecms/cloudfront_proxy
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/concretecms/cloudfront_proxy
- Owner: concretecms
- Created: 2018-10-15T20:46:34.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-05-19T00:50:31.000Z (about 4 years ago)
- Last Synced: 2025-06-04T12:45:15.899Z (about 1 year ago)
- Language: PHP
- Size: 10.7 KB
- Stars: 2
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cloudfront Proxy Addon
This addon sets up Cloudfront IPs as trusted proxy IPs. In doing so it resolves the session invalidation you'll see if
using Cloudfront
### 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/cloudfront_proxy
$ ./vendor/bin/concrete5 c5:package-install cloudfront_proxy
```
**Traditional concrete5**
Download a zip of this repository and extract it in your website's package directory.