This website requires JavaScript.
Explore
Help
Sign In
kubernetes
/
website
mirror of
https://github.com/kubernetes/website.git
Watch
1
Star
0
Fork
You've already forked website
0
Code
Issues
Projects
Releases
Wiki
Activity
81bc804e9a
website
/
content
/
en
/
docs
/
tasks
/
access-application-cluster
/
frontend
/
frontend.conf
12 lines
121 B
Plaintext
Raw
Blame
History
upstream hello {
server hello;
}
server {
listen 80;
location / {
proxy_pass http://hello;
}
}
Reference in New Issue
View Git Blame
Copy Permalink