• Resolved quickpick

    (@quickpick)


    I have multiple varnish servers which I need to broadcast the PURGE call to the others when one receiving it. I have a broadcaster running in all varnish servers which would do this task. However, it is listening on a custom port (e.g. 8888) instead of the usual 80/443 (which are being listened by varnish itself).

    So, is there a way to tell the plugin to send the PURGE call to the custom port? I tried to use the “Configure Custom IP” setting but it does not take in a port number.

    Many thanks in advance.

    Peter.

Viewing 1 replies (of 1 total)
  • Plugin Contributor Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    You could _TRY_ adding this define into your wp-config:

    define('VHP_VARNISH_IP','123.45.67.89:8888');

    Obv. change the IP. I don’t know if it’ll work though :/

Viewing 1 replies (of 1 total)
  • The topic ‘custom port number’ is closed to new replies.