mirror of
https://github.com/krislamo/vagrant-easyredmine
synced 2025-09-09 05:59:29 +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:
@@ -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
|
Reference in New Issue
Block a user