Skip to content

Instantly share code, notes, and snippets.

@arthurarty
Created April 2, 2019 15:05
Show Gist options
  • Save arthurarty/f6f13db5fe6ce22956d0588a829e61b1 to your computer and use it in GitHub Desktop.
Save arthurarty/f6f13db5fe6ce22956d0588a829e61b1 to your computer and use it in GitHub Desktop.
Install nginx on linux machine.
#!/bin/bash
#update depencies
sudo apt update && updgrade -y
#install gunicon
sudo apt install nginx -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment