https://github.com/tomashubelbauer/linode-nginx
Setting up NGinx on Linode
https://github.com/tomashubelbauer/linode-nginx
linode nginx
Last synced: about 1 month ago
JSON representation
Setting up NGinx on Linode
- Host: GitHub
- URL: https://github.com/tomashubelbauer/linode-nginx
- Owner: TomasHubelbauer
- Created: 2019-09-27T10:12:54.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2022-04-14T20:30:27.000Z (about 4 years ago)
- Last Synced: 2025-06-01T16:41:31.626Z (about 1 year ago)
- Topics: linode, nginx
- Language: Markdown
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Linode NGinx
[**WEB**](https://tomashubelbauer.github.io/linode-nginx)
- Buy a domain name
- Set domain name DNS servers to `ns1.linode.com` through `ns5.linode.com`
- Wait until `dig`/`whois` show the Linode DNS servers
- Go to the Linode site and add your domain
- Select a backing node for the site
- Install NGinx `apt install nginx` (run `apt update` in case of a fresh box)
- Verify NGinx installation and find configuration file path: `nginx -t`
- Access the node IP to ensure NGinx servers the welcome page
- Follow https://github.com/TomasHubelbauer/nginx-sites-available
- Secure using https://github.com/TomasHubelbauer/nginx-lets-encrypt
## To-Do