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 'etc/nextcloudpi-config.d/nc-httpsonly.sh')
-rw-r--r--etc/nextcloudpi-config.d/nc-httpsonly.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/nextcloudpi-config.d/nc-httpsonly.sh b/etc/nextcloudpi-config.d/nc-httpsonly.sh
index f36f94f8..d015bc46 100644
--- a/etc/nextcloudpi-config.d/nc-httpsonly.sh
+++ b/etc/nextcloudpi-config.d/nc-httpsonly.sh
@@ -24,7 +24,7 @@ configure()
echo "Forcing HTTPS $OPT"
# delayed in bg so it does not kill the connection, and we get AJAX response
- bash -c "sleep 2 && service apache2 restart" &>/dev/null &
+ bash -c "sleep 2 && service apache2 reload" &>/dev/null &
}
install() { :; }