We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eaa8c8e commit 9a53f3bCopy full SHA for 9a53f3b
entrypoint.sh
@@ -20,7 +20,7 @@ find /mnt/azure/files -type d -exec chmod 750 {} \; # for directories
20
find /mnt/azure/files -type f -exec chmod 640 {} \; # for files
21
22
# Ensure that /mnt/azure/public is accessible to the web server
23
-chown -R apache:www-data /mnt/azure/files/public
+chown -R apache:www-data /mnt/azure/public
24
find /mnt/azure/public -type d -exec chmod 750 {} \; # for directories
25
find /mnt/azure/public -type f -exec chmod 640 {} \; # for files
26
@@ -50,6 +50,7 @@ else
50
configVariable["locale"]="en"
51
# Files
52
configVariable["files_dir"]="/mnt/azure/files"
53
+ configVariable["public_files_dir"]="../../../mnt/azure/public"
54
# Security
55
configVariable["force_ssl"]="On"
56
configVariable["salt"]=$SALT
0 commit comments