Skip to content

Commit 06f5854

Browse files
committed
🔨Fix file permissions
User permissions can be incorrect in case of system move/restore. Fixes #18 #19
1 parent 6017a71 commit 06f5854

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
/var/www/bookstack/storage/framework/views false nginx 0644 0755
22
/var/www/bookstack/storage/framework/cache false nginx 0644 0755
3-
/var/www/bookstack/storage/framework/sessions false nginx 0644 0755
3+
/var/www/bookstack/storage/framework/sessions false nginx 0644 0755
4+
/data/bookstack/uploads true nginx 0644 0755
5+
/data/bookstack/images true nginx 0644 0755
6+
/data/bookstack/files true nginx 0644 0755

0 commit comments

Comments
 (0)