'Apache-RevProxNGINX-Installer.sh' updaten
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user