You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now that you have nginx set up on the DO droplet, maybe we should just export and let nginx do the serving? right now it's using proxy_pass to 127.0.0.1:8080, where the docker container is running its own server - this is useful if I end up running multiple apps but at present I'm not.
Either way, we can use proxy_pass and still serve a static dir.
There's an nginx image - export the static site locally, build the image, then export? It'd be nice to slash the DO transfers - maybe automate the build on the odroid, after Travis passes?
And don't forget to re-write the readme
The text was updated successfully, but these errors were encountered: