mirror of
https://github.com/nextcloud/vm.git
synced 2025-10-26 11:27:32 +00:00
use https
This commit is contained in:
parent
4afd1e9022
commit
6bf7a8e20c
@ -132,7 +132,7 @@ lowest_compatible_nc 13
|
||||
# Fix bug in nextcloud.sh
|
||||
if grep "https://6.ifcfg.me" $SCRIPTS/nextcloud.sh
|
||||
then
|
||||
sed -i "s|https://6.ifcfg.me|ipv6bot.whatismyipaddress.com|g" $SCRIPTS/nextcloud.sh
|
||||
sed -i "s|https://6.ifcfg.me|https://ipv6bot.whatismyipaddress.com|g" $SCRIPTS/nextcloud.sh
|
||||
fi
|
||||
|
||||
# Set secure permissions
|
||||
|
||||
Loading…
Reference in New Issue
Block a user