1
0
mirror of https://github.com/krislamo/vagrant-easyredmine synced 2024-09-19 15:30:34 +00:00

move attachments_storage_path to uploads subdirectory of NFS mount point so we do not have to manage redmine ownership of the share on the NFS server

This commit is contained in:
Mark Heiges 2018-05-10 10:05:21 -04:00
parent 95466679d8
commit e0102464e5

View File

@ -26,5 +26,5 @@
lineinfile:
dest: '{{ redmine_root_dir }}/config/configuration.yml'
regexp: '\s*attachments_storage_path:'
line: ' attachments_storage_path: {{ redmine_files_nfs_mount }}'
line: ' attachments_storage_path: {{ redmine_files_nfs_mount }}/uploads'
notify: restart nginx