1828: Created doc for setting folder permissions.

This commit is contained in:
Josh VanDeraa 2018-01-20 09:55:42 -06:00
parent 9ea8dca4e3
commit 7269dc551e

View File

@ -0,0 +1,4 @@
# Setting folder permissions for Image Attachments
In order for Netbox to write to the folder when uploading attachments, you need to modify the folder owner to be netbox (or whatever user you are running Netbox under). Following the instructions thus far provided, complete the following:
```chown -R netbox:netbox /opt/netbox/netbox/media/image-attachments```