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 'post-inst.sh')
-rw-r--r--post-inst.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/post-inst.sh b/post-inst.sh
index f7e1690d..7a19640c 100644
--- a/post-inst.sh
+++ b/post-inst.sh
@@ -1,6 +1,6 @@
#!/bin/bash
-# Cleanup step Raspbian image
+# Cleanup step NCP image
#
# Copyleft 2017 by Ignacio Nunez Hernanz <nacho _a_t_ ownyourbits _d_o_t_ com>
# GPL licensed (see end of file) * Use at your own risk!
@@ -15,8 +15,8 @@ configure()
kill $( cat /run/redis/redis-server.pid )
kill $( cat /run/crond.pid )
- # enable randomize passwords
- systemctl enable nc-provisioning
+ # disable unused apache mods
+ a2dismod status reqtimeout env autoindex access_compat auth_basic authn_file authn_core alias access_compat
# cleanup all NCP extras
source /usr/local/etc/library.sh