Skip to content

Instantly share code, notes, and snippets.

@james2doyle
Last active February 24, 2018 06:17
Show Gist options
  • Save james2doyle/522214826536186af584f642287715c0 to your computer and use it in GitHub Desktop.
Save james2doyle/522214826536186af584f642287715c0 to your computer and use it in GitHub Desktop.
Setup beanstalkd on AWS EC2 with Ubuntu 16.04 to be public
sudo vim /etc/default/beanstalkd # change IP to 0.0.0.0
sudo systemctl daemon-reload # reload daemon
netstat -nat | grep LISTEN # see if `0.0.0.0:11300` is in the list
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment