Open dbvrac opened 7 years ago
Figured it out. I needed to make a "links" entry with the name of my app in Dockerrun.aws.json, then use that app name instead of "127.0.0.1" in the above .conf file.
links are deprecated and will be removed sometime, you should switch to something else ... like environment cfg links, for example
What do I need to change in order to use a golang app? I will eventually have several apps, running on different ports, each with their own "location /SomeOtherPage" entries. Changing conf.d/default.conf to this doesn't seem to work:
`server { listen 80; server_name localhost;
}`