This website requires JavaScript.
Explore
Help
Register
Sign In
docker
/
awesome-compose
mirror of
https://github.com/docker/awesome-compose.git
Watch
1
Star
0
Fork
You've already forked awesome-compose
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
master
awesome-compose
/
nginx-golang
/
proxy
/
nginx.conf
6 lines
76 B
Nginx Configuration File
Raw
Permalink
Blame
History
server
{
listen
80
;
location
/
{
proxy_pass
http://backend:80
;
}
}
Reference in New Issue
View Git Blame
Copy Permalink