Update references to new git location
Changed Web-V2 config location to /etc/WebV2
This commit is contained in:
@@ -29,7 +29,7 @@ sed -i -e 's/DOMAINname/'$domain'/g' /etc/nginx/sites-available/"$sitename"_ssl
|
||||
echo "<html><head></head><body>$webserv is functioning normally</body></html>" > /usr/share/nginx/html/index.html
|
||||
|
||||
#Add Nginx as SSL service
|
||||
echo "nginx" >> /etc/ICTM/SslServices
|
||||
echo "nginx" >> /etc/WebV2/SslServices
|
||||
|
||||
systemctl start nginx > $OUTPUT 2>&1
|
||||
systemctl enable nginx > $OUTPUT 2>&1
|
||||
@@ -1,4 +1,4 @@
|
||||
curl --retry 7 --retry-delay 5 -s https://git.ictmaatwerk.com/VPS-scripts/General/raw/branch/Main/Setup-Repo.sh |repo=nginx osrel=$shortdist bash > $OUTPUT 2>&1
|
||||
curl --retry 7 --retry-delay 5 -s https://git.bprieshof.nl/Work/PKGRepoSetup/raw/branch/Main/Setup-Repo.sh |repo=nginx osrel=$shortdist bash > $OUTPUT 2>&1
|
||||
|
||||
#Disable PhpMyadmin and Backend cms
|
||||
disbackendcms=1
|
||||
|
||||
Reference in New Issue
Block a user