File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ find /mnt/azure/files -type d -exec chmod 750 {} \; # for directories
20
20
find /mnt/azure/files -type f -exec chmod 640 {} \; # for files
21
21
22
22
# Ensure that /mnt/azure/public is accessible to the web server
23
- chown -R apache:www-data /mnt/azure/files/ public
23
+ chown -R apache:www-data /mnt/azure/public
24
24
find /mnt/azure/public -type d -exec chmod 750 {} \; # for directories
25
25
find /mnt/azure/public -type f -exec chmod 640 {} \; # for files
26
26
50
50
configVariable[" locale" ]=" en"
51
51
# Files
52
52
configVariable[" files_dir" ]=" /mnt/azure/files"
53
+ configVariable[" public_files_dir" ]=" ../../../mnt/azure/public"
53
54
# Security
54
55
configVariable[" force_ssl" ]=" On"
55
56
configVariable[" salt" ]=$SALT
You can’t perform that action at this time.
0 commit comments