Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
The APS Catalog has been deprecated and removed from all Plesk Obsidian versions. Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.
Have you set the number of backup files that can be saved on server or ftp resp in backup settings ...
Also: what do you have for grep "dump" /etc/psa/psa.conf
The worst case senario is to create a cron that deletes those files for you automatically
Have you set the number of backup files that can be saved on server or ftp resp in backup settings ...
Also: what do you have for grep "dump" /etc/psa/psa.conf
The worst case senario is to create a cron that deletes those files for you automatically
The cron-job below will execute at 8:30am on every day of every month.
Login to SHELL of your server:
crontab -e
and add the following line:
30 8 * * * /bin/rm -fdr /tmp/*
BTW: I hope by temp folder you meant /tmp/ right? if NOT then just replace that folder with the one you meant. If you still need help doing that, let me know!