This website works better with JavaScript.
Explore
Help
Register
Sign In
banananetwork
/
ansible
Watch
1
Star
0
Fork
You've already forked ansible
0
Code
Issues
Pull Requests
Releases
Activity
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
fbf20622b0
master
dehydrated
wip
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'fbf20622b0'
${ noResults }
ansible
/
roles
/
nginx
/
upstream
/
templates
/
upstream.conf
5 lines
90 B
Plaintext
Raw
Blame
History
upstream {{ upstream_name }} {
keepalive {{ keep_alive }};
server {{ backend_full }};
}
Reference in New Issue
View Git Blame
Copy Permalink