Skip to content
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

Changes to config of nginx and supervisor are not persisted #513

Open
tdudgeon opened this issue Jul 3, 2019 · 2 comments
Open

Changes to config of nginx and supervisor are not persisted #513

tdudgeon opened this issue Jul 3, 2019 · 2 comments

Comments

@tdudgeon
Copy link

tdudgeon commented Jul 3, 2019

Some configuration changes (e.g. https://docs.galaxyproject.org/en/master/admin/nginx.html#proxying-galaxy-with-nginx) require modifications to files such as /etc/nginx/nginx.conf and /etc/supervisor/supervisord.conf but these are outside of the /export directory so these changes will not be persisted if the container is restarted.
Can these be transferred to somewhere under /export and symlinked to the actual location?

@bgruening
Copy link
Owner

Can these be transferred to somewhere under /export and symlinked to the actual location?

Yes we can do this.

What changes you want to do in those files?

@tdudgeon
Copy link
Author

For Nginx I was trying to set it up to transfer and receive files:
https://docs.galaxyproject.org/en/master/admin/nginx.html#sending-files-with-nginx
https://docs.galaxyproject.org/en/master/admin/nginx.html#receiving-files-with-nginx

And setting up the receiving files bit mentions that the umask needs to be set in the supervisor config file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants