-
-
Save prezire/01dab3b0580cbc6d9589c5dd456b0dda to your computer and use it in GitHub Desktop.
Setup beanstalkd on AWS EC2 with Ubuntu 16.04 to be public
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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