mirror of
https://github.com/krislamo/vagrant-easyredmine
synced 2024-11-09 22:40:36 +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:
parent
95466679d8
commit
e0102464e5
@ -26,5 +26,5 @@
|
|||||||
lineinfile:
|
lineinfile:
|
||||||
dest: '{{ redmine_root_dir }}/config/configuration.yml'
|
dest: '{{ redmine_root_dir }}/config/configuration.yml'
|
||||||
regexp: '\s*attachments_storage_path:'
|
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
|
notify: restart nginx
|
Loading…
Reference in New Issue
Block a user