Photo by Bill Jelen on Unsplash
Originally published in my blog
In this tutorial, we will briefly go over the process of deploying a Node.js/...
For further actions, you may consider blocking this person and/or reporting abuse
I tried many similar articles, but many failed, yours is the best I found. Thank you a lot.
May I just point out to a tiny typo: in the nginx installation command, 'Nginx' should be in lower case, the below does not work:
Anyway, you earned a follower.
Thank you Stephen. I totally missed that one. Glad that I could help 😀
Thank you for the great article ! Could you explain how to setup env variables on the created instance ? I couldn't find a clear answer ... Thank you !!
What an awesome article this is. It has Helped me a lot and I am bookmarking this article so that I can come here again and again. Thank you and I will also be implementing the same technique with deployment of the Angular Application as well.
Thank you, means a lot. Feel free to reach out on twitter.com/haqueshadid
This is really cool! Thanks for sharing the insight. I look forward to coming back to this every now and then!
After command:
sudo add-apt-repository ppa:certbot/certbot
The PPA has been DEPRECATED.
To get up to date instructions on how to get certbot for your systems, please see certbot.eff.org/docs/install.html.
More info: launchpad.net/~certbot/+archive/ub...
Awesome Article, but for Nginx part, your article is not correct. The correct way is
sudo nano /etc/nginx/sites-available/default
Add the following to the location part of the server block
Check NGINX config
sudo nginx -t
Restart NGINX
sudo service nginx restart
Taken from gist.github.com/bradtraversy/cd90d...
Thank you and God bless you.... I am really happy for this.
It worked like charm
nginx -t fails
I think because
In the DNS step, you have set TTL to be 300. However, when I try that on my custom domain name manager, it says that TTL "should be higher or equal to 3600." Can you provide any more information about that?
Getting this after configuring all configuration on EC2-instance
"ErrorResponse is not defined"