Distributed Luya over NFS not working #2135
Unanswered
nadar
asked this question in
Questions & Problems
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Q:
Heya, I have a quick question. We tried to setup luya in a distributed fashion with the files on NFS, but nothing works. It just hangs forever. We have experience in this (we did laravel, magento, wp) but this luya framework just won’t budge. Did anyone manage to set up luya on a shared NFS? How did you manage to do it?
A:
What does your storage configuration look like? By default it will just try to store files in
public_html/storage
which is a readable and writable folder.Maybe take a look at this https://luya.io/guide/app-storage there you can see how storage is configured. By default the locale file system component is used (https://luya.io/api/luya-admin-filesystem-LocalFileSystem).When you like to use s3 as filesystem for example, maybe this helps https://github.com/luyadev/luya-aws.
But as long as your folder is mounted into the webroot (public_html) and is writeable/readable this should not be a problem.
Maybe provide log informations, yii debug toolbar, or the XHR requests which just hangs so we can provide more accurate informations.
regards
Beta Was this translation helpful? Give feedback.
All reactions