This commit is contained in:
vanderaaj 2018-01-20 15:58:46 +00:00 committed by GitHub
commit 7a28f47679

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```