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:
authornachoparker <nacho@ownyourbits.com>2017-09-06 19:59:42 +0300
committernachoparker <nacho@ownyourbits.com>2017-09-06 19:59:42 +0300
commitb5f037ef42fa433a49f7a9f5745bb720ad095cff (patch)
tree54d395372a887304f3f6d4b0ca646f79725be6f2
parent14dcde44054c6fae2cbe15c397d2fb711647c3ce (diff)
apache: set default Servernamev0.26.13
-rw-r--r--nextcloudpi.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/nextcloudpi.sh b/nextcloudpi.sh
index 2c4d6777..f724b88c 100644
--- a/nextcloudpi.sh
+++ b/nextcloudpi.sh
@@ -68,6 +68,8 @@ EOF
chmod 700 /home/www/ncp-launcher.sh
echo "www-data ALL = NOPASSWD: /home/www/ncp-launcher.sh , /sbin/halt" >> /etc/sudoers
+ echo "ServerName localhost" >> /etc/apache2/apache2.conf
+
# NEXTCLOUDPI MOTD
##########################################
rm -rf /etc/update-motd.d