goStatic
goStatic copied to clipboard
Latest build raises HTTP 403 when folder security is 644
Up to now we mounted a folder with security 644 into the docker container and all worked fine. In our test stage we rebuild 4 weeks ago from goStatic:latest and face the problem that access to files in the root of mounted folder fail with HTTP 403 access denied.
Changing the folder security to 755 fixed the problem.
Was there some change that introduced this changed behaviour? is this now the new required default for the mounted folder?
Hello!
Sorry to hear that :cry:.
Just realized that the automated builds are broken. Let me see what is wrong.
Automated build is back online. Can you try with the latest image?
Thanks for fast feedback.. did the test and problem reproduces with latest build
Thanks @HeikoOnnebrink, I will investigate asap.