XMPP HTTP uploads failing again #80
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I found what caused this, it's https://gitea.kosmos.org/kosmos/chef/src/branch/master/site-cookbooks/kosmos-nginx/recipes/default.rb#L63-L68 (introduced in
36a5048
).I fixed the permissions manually for now. I think we should move the uploads directory away from the
/var/www
, we've had too many issues mixing it with nginx directories that belong to www-dataI ran Chef against Andromeda many times since that commit, and it never broke the uploads. It only first broke them again, when you ran Chef yesterday.
Was fixed by #81