I was able to setup the TLS certs by following the tutorial provided, but now I am getting a 403 Forbidden webpage when I try to visit my CryptPad instance. From the command line, the files under /home/cryptpad/cryptpad seem to be publicly readable, so I'm not sure what is causing the error...
When I look at the /var/log/nginx/error.log file I see recent entries that start out like this:
2025/01/10 11:56:38 [error] 96876#96876: *21 open() "/home/cryptpad/cryptpad/customize.dist//.git/config" failed (13: Permission denied)
2025/01/10 11:56:38 [crit] 96876#96876: *21 stat() "/home/cryptpad/cryptpad/customize//.git/config" failed (13: Permission denied)
2025/01/10 11:50:30 [error] 96876#96876: *7 "/home/cryptpad/cryptpad/customize.dist//index.html" is forbidden (13: Permission denied)
There are many other similar lines in the error.log file.
Any ideas for how I can proceed?