Angga Sr.

Let's make it simple

Home About Project
linkedin GitHub YouTube

© 2025. MIT License.

Newer

Reverse Proxy Using Nginx

08 Aug 2024

Install NGINX

If you haven’t installed NGINX yet, use this command

On Ubuntu
sudo apt update
sudo apt install nginx
More …