Skip to content

Instantly share code, notes, and snippets.

Created August 3, 2014 12:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/2b91b85957bb0c7364e2 to your computer and use it in GitHub Desktop.
Save anonymous/2b91b85957bb0c7364e2 to your computer and use it in GitHub Desktop.
> cat /etc/yum.repos.d/nginx.repo
[nginx]
name=nginx repo
baseurl=http://nginx.org/packages/centos/$releasever/$basearch/
gpgcheck=0
enabled=1
> grep -i nginx /etc/yum.repos.d/*
/etc/yum.repos.d/nginx.repo:[nginx]
/etc/yum.repos.d/nginx.repo:name=nginx repo
/etc/yum.repos.d/nginx.repo:baseurl=http://nginx.org/packages/centos/$releasever/$basearch/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment