Install Nginx sudo apt update sudo apt install nginx Perintah-perintah penting NginX //Status systemctl status nginx //To stop your web server, type: sudo systemctl stop nginx //To start the web server when it is stopped, type: sudo systemctl start nginx //To stop and then start the service again, type: sudo systemctl restart nginx //If you are simply making configuration changes, Nginx can often reload without dropping connections. To do this, type: sudo systemctl reload nginx //By default, Nginx is configured to start automatically when the server boots. If this is not what you want, you can disable this behavior by
Read More
Archives for Nginx
Tahapan Membuat Server Multistreaming Facebook Youtube
Menyiapkan VPS atau VM – OS Ubuntu 18.04.4 LTS (Bionic Beaver) Install Nginx Install RTMP Modul Cek Server Setting Live Streaming Youtube Setting Live Streaming Facebook
Read More