mirror of
https://github.com/docker/awesome-compose.git
synced 2025-11-22 16:34:27 +01:00
Compose app skeletons
Signed-off-by: Anca Iordache <anca.iordache@docker.com>
This commit is contained in:
6
samples/nginx-gohttp_2/frontend/nginx.conf
Normal file
6
samples/nginx-gohttp_2/frontend/nginx.conf
Normal file
@@ -0,0 +1,6 @@
|
||||
server {
|
||||
listen 80;
|
||||
location / {
|
||||
proxy_pass http://backend:80;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user