The Web UI has become generally unresponsive. Occasionally I get a favicon and maybe a portion of the `<head>` block (the amount varies) but then the page just hangs.
However if I tunnel port 80 through ssh ( ssh -L 9995:10.0.1.10:80
[email protected] ) the tunneled Web UI is perfectly responsive.
Diagnostic logs show no errors. I've also tried `/etc/rc.d/rc.nginx reload` and `/etc/rc.d/rc.php-fpm restart` which run successfully but don't make any difference. Restarting the server also does nothing.
Any pointers on what I should try next?