This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Galaxy Local Server Layout Breaks Down

I set up a local galaxy-dist server, the welcome page is in a mess.The layout is totally broken.It seems that the .css files are lost,right? Where can I find the layout files' directory so that I could put the right files there?

galaxy server

1 answer

All static files, like css defintions are located under static. Are you running behind a apache/ngix proxy? Than you need to setup the proxy to deploy that static content.

https://wiki.galaxyproject.org/Admin/Config/Apache%20Proxy

Log in to answer this question.