Polling Signals Module for EspoCRM
To make PollingsSignals work in a portal configuration, add a rewrite rule to your Apache configuration:
RewriteEngine On
RewriteRule "/api/v1/.*/PollingSignals/(.*)" "/api/v1/PollingSignals/$1" [L]
PHP APCu needs to be installed and enabled.