You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When under DIRACOS, self.root = rootPath in src/WebAppDIRAC/Core/StaticHandler.py is set to diracos directory.
In case source repository is outside of that directory (f.e. in parallel directory), tornado will not pickup static files (since they are "outside root"). WebApp/Routing VERBOSE: Static paths found knows all static directories in use, so I think self.root should point to common directory for all of them (in case that sounds insecure, it probably can be dynamic).
The text was updated successfully, but these errors were encountered:
When under DIRACOS,
self.root = rootPath
in src/WebAppDIRAC/Core/StaticHandler.py is set to diracos directory.In case source repository is outside of that directory (f.e. in parallel directory), tornado will not pickup static files (since they are "outside root").
WebApp/Routing VERBOSE: Static paths found
knows all static directories in use, so I thinkself.root
should point to common directory for all of them (in case that sounds insecure, it probably can be dynamic).The text was updated successfully, but these errors were encountered: