Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'build/docker/lamp/010lamp')
-rwxr-xr-xbuild/docker/lamp/010lamp3
1 files changed, 2 insertions, 1 deletions
diff --git a/build/docker/lamp/010lamp b/build/docker/lamp/010lamp
index 5139c01c..cf192882 100755
--- a/build/docker/lamp/010lamp
+++ b/build/docker/lamp/010lamp
@@ -16,7 +16,8 @@ set -e
}
# MOVE CONFIGS TO PERSISTENT VOLUME
-persistent_cfg /etc/apache2
+persistent_cfg /etc/apache2/sites-available /data/etc/apache2/sites-available
+persistent_cfg /etc/apache2/sites-enabled /data/etc/apache2/sites-enabled
# Run hardcoded hooks. This allows scripts in the image to change persistent values before
# initialization. Use case is to download a new image.