Without this, we're forced to unset GALAXY_CONFIG_NGINX_UPLOAD_STORE as in https://github.com/bgruening/docker-galaxy-stable/blob/master/.travis.yml#L219, otherwise we get a permission denied error at startup when mounting /export
(I could also fix the permission denied.. but as I don't know what is the future of this upload store feature..)
A little patch to remove nginx upload store variables as it's disabled by default now (https://github.com/galaxyproject/ansible-galaxy-extras/blob/18.09/defaults/main.yml#L5)
Without this, we're forced to unset
GALAXY_CONFIG_NGINX_UPLOAD_STORE
as in https://github.com/bgruening/docker-galaxy-stable/blob/master/.travis.yml#L219, otherwise we get a permission denied error at startup when mounting /export (I could also fix the permission denied.. but as I don't know what is the future of this upload store feature..)