-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for symlink folders #3
Comments
I've created a fix for this here #4. Basically, the script would use Problem is that the realpath also returns the real path of any symbolic links. I tried using So, instead i added a Let me know if it works for you. |
It didn't work for me sadly. I double checked to make sure I had the right code downloaded too I noticed a mistake I made with obfuscating the paths in the last code snippet so hopefully this one is less confusing. I have a base folder as the root in nginx, and inside that are symlinked folders |
Did you remember to set the |
I completely missed that part. I should have read it closer. setting it to |
Is it possible to use this script with symlinked folders?
I get this error when trying to enter a folder
/directory/to/folder/symlink
that is linked to/directory/to/mount/FOLDER/foldername
. Althoughsymlink
andfoldername
are the same foldername on disk. In this example it's just to hopefully clarify which is which.The text was updated successfully, but these errors were encountered: