Skip to content

Instantly share code, notes, and snippets.

@SaKKo
Created January 25, 2020 09:34
Show Gist options
  • Save SaKKo/fdd33b7ee46d56f7110deadaa9194f97 to your computer and use it in GitHub Desktop.
Save SaKKo/fdd33b7ee46d56f7110deadaa9194f97 to your computer and use it in GitHub Desktop.
# For NodeJS install
nginx-extras
# For NodeJS + Ruby on Rails install Nginx Passenger from official website
https://www.phusionpassenger.com/library/install/nginx/install/oss/bionic/
# Install certbot
https://certbot.eff.org/lets-encrypt/ubuntubionic-nginx.html
# Requesting certificate
letsencrypt certonly -n --webroot -w /var/www/html -m saklism@gmailc.om --agree-tos -d www.something.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment