Hello everyone,
I am currently running a server with Ubuntu 24.04 LTS, utilizing Nginx to host my Flarum forum, which is installed in the directory /home/mywebsite/htdocs/forum/
. My setup is as follows:
Flarum version: 1.8.5
PHP version: 8.3.12
MySQL version: 8.0.36
Public directory: /home/mywebsite/htdocs/forum/mywebsite.com
I have set the permissions for my website's public folder to 0770 and the Flarum folder to 0775. The owner of all folders is my website username, formatted as mywebsite:mywebsite
.
However, I've encountered intermittent issues where the cache cannot be deleted/cleared due to filesystem permissions. I am seeking advice on whether my current permission settings are appropriate and if there are any recommended changes to resolve these cache-related errors.
Looking forward to your insights!