Non risolvibile solo dal plugin: su questo Plesk nginx non ascolta su 127.0.0.1 e Apache (:7080) non serve la document root Laravel per lo hostname API (tipicamente deve essere eventi/public). Serve un intervento server: (1) Hosting Settings del dominio API → Document root = cartella public di Laravel, oppure (2) far ascoltare nginx anche su 127.0.0.1, oppure (3) entry in /etc/hosts verso un listener locale. Dettaglio tentativi: http://127.0.0.1:7080/api/v1/nt-next/events → HTTP 404 (backend non Laravel, provo altro) | http://127.0.0.1:7080/index.php/api/v1/nt-next/events → HTTP 404 (backend non Laravel, provo altro) | http://127.0.0.1:7080/public/index.php/api/v1/nt-next/events → HTTP 404 (backend non Laravel, provo altro) | http://127.0.0.1:80/api/v1/nt-next/events → cURL 7: Failed connect to 127.0.0.1:80; Connection refused | http://127.0.0.1:80/index.php/api/v1/nt-next/events → cURL 7: Failed connect to 127.0.0.1:80; Connection refused | http://127.0.0.1:80/public/index.php/api/v1/nt-next/events → cURL 7: Failed connect to 127.0.0.1:80; Connection refused | https://127.0.0.1:443/api/v1/nt-next/events → cURL 7: Failed connect to 127.0.0.1:443; Connection refused | https://127.0.0.1:443/index.php/api/v1/nt-next/events → cURL 7: Failed connect to 127.0.0.1:443; Connection refused | https://127.0.0.1:443/public/index.php/api/v1/nt-next/events → cURL 7: Failed connect to 127.0.0.1:443; Connection refused | https://127.0.0.1:7081/api/v1/nt-next/events → HTTP 404 (backend non Laravel, provo altro) | https://127.0.0.1:7081/index.php/api/v1/nt-next/events → HTTP 404 (backend non Laravel, provo altro) | https://127.0.0.1:7081/public/index.php/api/v1/nt-next/events → HTTP 404 (backend non Laravel, provo altro) | http://localhost:80/api/v1/nt-next/events → cURL 7: Failed connect to localhost:80; Connection refused | http://localhost:80/index.php/api/v1/nt-next/events → cURL 7: Failed connect to localhost:80; Connection refused | http://localhost:80/public/index.php/api/v1/nt-next/events → cURL 7: Failed connect to localhost:80; Connection refused | http://localhost:7080/api/v1/nt-next/events → HTTP 404 (backend non Laravel, provo altro) | http://localhost:7080/index.php/api/v1/nt-next/events → HTTP 404 (backend non Laravel, provo altro) | http://localhost:7080/public/index.php/api/v1/nt-next/events → HTTP 404 (backend non Laravel, provo altro)