'Apache-RevProxNGINX-Installer.sh' updaten

This commit is contained in:
ictmaatwerk
2018-09-12 12:05:49 +00:00
parent f1885c82fe
commit 02601e4e62

View File

@@ -180,7 +180,7 @@ systemctl reload apache2
# CERTBOT # # CERTBOT #
#-------------------# #-------------------#
add-apt-repository ppa:certbot/certbot add-apt-repository ppa:certbot/certbot -y
apt update apt update
apt install python-certbot-nginx -y apt install python-certbot-nginx -y
#certbot --nginx -d $domain -d www.$domain #certbot --nginx -d $domain -d www.$domain
@@ -219,7 +219,7 @@ newaliases
if [ $netdata = 1 ] if [ $netdata = 1 ]
then then
bash <(curl -Ss https://my-netdata.io/kickstart.sh) apt install netdata -y
ufw allow 19999/tcp ufw allow 19999/tcp
# systemctl stop netdata # systemctl stop netdata
# systemctl disable netdata # systemctl disable netdata