Rough outline of setting up a Ubuntu server for deploying an Elixir app with Distillery.
ssh into server
ssh root@ip.address
update packages
| map $http_upgrade $connection_upgrade { | |
| default upgrade; | |
| '' close; | |
| } | |
| upstream server_cluster { | |
| # sticky connections are critical for non-WebSocket Socket.io | |
| # http://socket.io/docs/using-multiple-nodes/ | |
| ip_hash; |
Rough outline of setting up a Ubuntu server for deploying an Elixir app with Distillery.
ssh into server
ssh root@ip.address
update packages
| /* | |
| ============================================================================== | |
| BinarySearch.h | |
| Created: 31 Jul 2014 9:57:04am | |
| Author: Adam Wilson | |
| ============================================================================== | |
| */ |