Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating tooltip #5293

Merged
merged 1 commit into from
Dec 19, 2017
Merged

Updating tooltip #5293

merged 1 commit into from
Dec 19, 2017

Conversation

lvnilesh
Copy link
Contributor

@lvnilesh lvnilesh commented Nov 6, 2017

This setting is mandatory when using Mautic behind an SSL terminating proxy.

Q A
Bug fix?
New feature?
Automated tests included?
Related user documentation PR URL
Related developer documentation PR URL
Issues addressed (#s or URLs)
BC breaks?
Deprecations?

Description:

Steps to reproduce the bug:

Steps to test this PR:

List deprecations along with the new alternative:

List backwards compatibility breaks:

This setting is mandatory when using Mautic behind an SSL terminating proxy.
@alanhartless alanhartless added the user-interface Anything related to appearance, layout, and interactivity label Dec 13, 2017
@alanhartless alanhartless added this to the 2.12.1 milestone Dec 13, 2017
@alanhartless alanhartless added the pending-test-confirmation PR's that require one test before they can be merged label Dec 13, 2017
@javjim
Copy link

javjim commented Dec 19, 2017

tooltip changed, and working as stated

@javjim javjim added ready-to-commit PR's with 2 successful tests, 1 approval, automated tests and docs and is ready to be merged and removed pending-test-confirmation PR's that require one test before they can be merged labels Dec 19, 2017
@alanhartless alanhartless merged commit d01f28b into mautic:master Dec 19, 2017
@dbhurley dbhurley removed the ready-to-commit PR's with 2 successful tests, 1 approval, automated tests and docs and is ready to be merged label Dec 19, 2017
@lvnilesh
Copy link
Contributor Author

lvnilesh commented Dec 31, 2018

The corresponding settings are stored in

vi /var/www/html/app/config/local.php

like so...

<?php
$parameters = array(
        'db_driver' => 'pdo_mysql',
        'install_source' => 'Docker',
        'db_port' => '3306',
        'db_host' => 'yourdbhost',
        'db_name' => 'yourdbname',
        'db_user' => 'root',
        'db_password' => 'yourdbpass',
        'trusted_proxies' => array(
                "0" => "10.0.0.0/8"
        ),

Make sure the range of CIDR that should be trusted as proxies is specified in this setting.

This setting is mandatory when using Mautic behind an SSL terminating proxy. Separate multiple IP addresses by a comma. i.e 127.0.0.1, 10.0.0.0/8, fc00::/7"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
user-interface Anything related to appearance, layout, and interactivity
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants