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
path: root/etc
diff options
context:
space:
mode:
authornachoparker <nacho@ownyourbits.com>2018-04-10 17:30:04 +0300
committernachoparker <nacho@ownyourbits.com>2018-04-10 17:30:04 +0300
commitc02effea4986cc95dee0e27aef7663f1f6567906 (patch)
tree1f3c4974d3fd7783a38190a392bc9ce7f54d41a0 /etc
parentbfd11b08003dbfd9cad1b7f78b090c2675f71287 (diff)
docker: only deactivate nextcloud virtual host in the full NCP container, not plain NC container
Diffstat (limited to 'etc')
-rw-r--r--etc/nextcloudpi-config.d/nc-nextcloud.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/nextcloudpi-config.d/nc-nextcloud.sh b/etc/nextcloudpi-config.d/nc-nextcloud.sh
index 8cc9b2e6..0eeea963 100644
--- a/etc/nextcloudpi-config.d/nc-nextcloud.sh
+++ b/etc/nextcloudpi-config.d/nc-nextcloud.sh
@@ -221,6 +221,7 @@ EOF
</Directory>
</IfModule>
EOF
+ a2ensite nextcloud
cat > /etc/apache2/sites-available/000-default.conf <<'EOF'
<VirtualHost _default_:80>