golemfactory / dapp-runner

GNU Lesser General Public License v3.0
5 stars 6 forks source link

NGinX by default doesn't have permissions to serve content #63

Closed VanDavv closed 1 year ago

VanDavv commented 1 year ago

Due to the current limitations, NGinX won't have access to the filesystem to serve the files correctly and will return 404 when accessing correct path.

Working workaround for this situation is to run /bin/chmod a+x / before the nginx starts but we are in need of more elegant solution as it will be hard for users to guess how to handle that issue.

mateuszsrebrny commented 1 year ago

(Core) (meta for the future, no quick workaround)

lucekdudek commented 1 year ago

@VanDavv do we have any update on this from Core?

shadeofblue commented 1 year ago

to be analyzed within: https://github.com/golemfactory/yagna-sdk-team/issues/205

shadeofblue commented 1 year ago

closing as a duplicate of: https://github.com/golemfactory/yagna-sdk-team/issues/205