ARTbio / GalaxyKickStart

Ansible playbooks for Galaxy Server deployment
GNU General Public License v3.0
24 stars 22 forks source link

to be fix in GKStoSlurm #211

Closed drosofff closed 7 years ago

drosofff commented 7 years ago

to be fixed in GKStoSlurm branch (memo)

in galaxy.ini nginx_upload_store = /home/galaxy/galaxy/database/tmp/upload_store

in /etc/nginx/nginx.conf

location /_upload {
            upload_store /home/galaxy/galaxy/database/tmp/upload_store;

This can be done with the replace module of ansible and regex.

drosofff commented 7 years ago

Done