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

Integration with EXT:proxycachemanager #2

Closed
mitrovicsinisaa opened this issue May 5, 2021 · 2 comments
Closed

Integration with EXT:proxycachemanager #2

mitrovicsinisaa opened this issue May 5, 2021 · 2 comments

Comments

@mitrovicsinisaa
Copy link

Hello,

I'm trying to integrate EXT:akamai with EXT:proxycachemanager, and there is this quote:
For this, ensure to set the class \B13\Akamai\Provider\AkamaiProxyProvider in the settings of EXT:proxycachemanager.

image

But I do not have this option in settings of EXT:proxycachemanager.
There are only:

Varnish via Curl/HTTP = B13\Proxycachemanager\Provider\VarnishHttpProxyProvider
Cloudflare/HTTP = B13\Proxycachemanager\Provider\CloudflareProxyProvider
Fastly/HTTP = B13\Proxycachemanager\Provider\FastlyProxyProvider
Nginx via Curl/HTTP = B13\Proxycachemanager\Provider\CurlHttpProxyProvider

I guess there is some thing I'm missing :) and Akamai Provider is not injected here.

Best regards,
Sinisa Mitrovic

@bmack
Copy link
Member

bmack commented May 5, 2021

I have that written in my LocalConfiguration.php like this:

    ...
    'EXTENSIONS' => [
        'akamai' => [
            'configType' => 'env',
        ],
        ...
        'proxycachemanager' => [
            'reverseProxyEndpoints' => 'http://{host}/purge/{path}',
            'reverseProxyProvider' => 'B13\\Akamai\\Provider\\AkamaiProxyProvider',
        ],
        ...

@mitrovicsinisaa
Copy link
Author

Thanks @bmack

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants