Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /etc/apt/sources.list
- deb http://nginx.org/packages/ubuntu/ precise nginx
- deb-src http://nginx.org/packages/ubuntu/ precise nginx
- apt-get update
- akan ada error key, catat key yang muncul lalu run dengan ini
- apt-key adv --keyserver keyserver.ubuntu.com --recv-keys MASUKKAN_KEY_DISINI
- apt-get update
- apt-get install nginx
- reboot
- nginx -v
- hasilnya nginx versi stable terbaru official
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement