Skip to main content

Nextcloud 503 service unavailable

 

Running nextcloud PI on LXC sometimes it stops working and needs a refresh of php service.

$ sudo systemctl stop php8.1-fpm.service
$ sudo systemctl disable php8.1-fpm.service
$ sudo systemctl enable php8.1-fpm.service
$ sudo systemctl start php8.1-fpm.service