thelia / https-off-loading-module
Installs: 15
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 6
Forks: 0
Open Issues: 1
Type:thelia-module
Requires
- thelia/installer: ~1.1
This package is auto-updated.
Last update: 2024-10-14 22:40:14 UTC
README
Activate this module if your Thelia if behind a HTTPS proxy
Installation
Manually
- Copy the module into
<thelia_root>/local/modules/
directory and be sure that the name of the module is HttpsOffloading. - Activate it in your thelia administration panel
- Or with console command :
php Thelia --env=prod module:activate HttpsOffloading
- Or with console command :
Composer
Add it in your main thelia composer.json file
composer require thelia/https-off-loading-module:~1.0