Move all samples to the root dir
Signed-off-by: Anca Iordache <anca.iordache@docker.com>
This commit is contained in:
6
nginx-flask-mongo/nginx/nginx.conf
Normal file
6
nginx-flask-mongo/nginx/nginx.conf
Normal file
@@ -0,0 +1,6 @@
|
||||
server {
|
||||
listen 80;
|
||||
location / {
|
||||
proxy_pass http://$FLASK_SERVER_ADDR;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user