Sign inSign up

screencloud/screencloud-router-api-nginx

By screencloud

•Updated almost 11 years ago

Image
0

524

screencloud/screencloud-router-api-nginx repository overview

⁠screencloud-router-api-nginx

Web server configuration to front the Router API.

The nginx.conf file contains a string APPSERVER which should be substituted by the host:port of the application this container is proxying to. E.g assuming the router api app is exposing port 5000:

docker run --link router-api:app screencloud/router-api-nginx bash -c 'sed -i "s/APPSERVER/$APP_PORT_5000_TCP_ADDR:$APP_PORT_5000_TCP_PORT/" /etc/nginx/nginx.conf; nginx -g "daemon off;"'

Tag summary

Content type

Image

Digest

sha256:09dbbcbe6…

Size

45.7 MB

Last updated

almost 11 years ago

docker pull screencloud/screencloud-router-api-nginx