Tanpa judul

0

Install dan hapus nginx di linux

Install nginx

buka terminal, kemudian ketikkan perintah:

apt update

apt -y install nginx

systemctl stop nginx.service

systemctl start nginx.service

systemctl enable.service


Hapus nginx

  • Tanpa mengahups configurasi nginx, ketikkan perintah :
           sudo apt-get remove nginx nginx-common, atau
           apt remove nginx nginx-common

  • Menghapus seluruhnya
          sudo apt-get purge nginx nginx-common, atau
          apt purge nginx nginx-common

Posting Komentar

0 Komentar
Posting Komentar (0)
To Top