start:software:nginx
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
start:software:nginx [2024/08/26 23:17] – marlonivo | start:software:nginx [2024/12/01 09:13] (current) – marlonivo | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ===== Setting Up an NginX Web-and Mailserver ===== | + | ====== NginX Web-and Mailserver |
- | **IMPORTANT:** | + | **Preparations:** |
- | Exchange yourdomain.xyz with your actual domain! | + | - Search for a cheap Website-Host (i use Hetzner, alternatives are Linode and Vultr) |
- | + | ||
- | Exchange yoursite with the actual name of your site! | + | |
- | + | ||
- | ==== Preparations ==== | + | |
- | + | ||
- | - Search for a cheap Website | + | |
- Create an Account | - Create an Account | ||
- Get the cheapest cloud server which runs Debian on it (you can upgrade the Power and Storage later when your Website has actual traffic) | - Get the cheapest cloud server which runs Debian on it (you can upgrade the Power and Storage later when your Website has actual traffic) | ||
- | **Domain: ** | + | ---- |
- | - Choose any DNR you want (i use njalla, because no personal data is required there) | + | |
- | - Create an Account and buy your wished Domain (.xyz endings are pretty cheap, can recommend) | + | |
- | - Edit the DNS Records so that they point to your Server: | + | |
- | DNS resolution involves converting a host name, e.g. www.example.com, | + | |
- | This is how to edit your DNS Records on the Server to redirect to your domain. | + | **Domain:** |
+ | - Choose any DNR you want (i use njalla, because no personal data is required) | ||
+ | - Create an Account and buy your wished Domain (.xyz endings are pretty cheap) | ||
+ | - Edit the DNS Records so that they point to your Server | ||
+ | |||
+ | > DNS resolution involves converting a host name, e.g. www.example.com, | ||
+ | |||
+ | This is how to edit your DNS Records on the Server to redirect to your yourdomain.xyz | ||
| **Type** | | **Type** | ||
Line 30: | Line 27: | ||
- | ==== Logging into the Server ==== | + | ---- |
+ | |||
+ | ===== Logging into a Server | ||
We first want to log into our Server. Therefore pull up a terminal and type (*Note you can also replace the yourdomain.xyz with the IP address of your server): | We first want to log into our Server. Therefore pull up a terminal and type (*Note you can also replace the yourdomain.xyz with the IP address of your server): | ||
Line 39: | Line 38: | ||
- | ==== Installing | + | ===== Installing Nginx ===== |
Line 50: | Line 49: | ||
</ | </ | ||
- | The first command checks for packages that can be updated and the second command installs any updates. | + | > The first command checks for packages that can be updated and the second command installs any updates. The third command installs nginx (pronounced Engine-X), which is the web server we'll be using, along with some other programs. |
- | + | ||
- | The third command installs nginx (pronounced Engine-X), which is the web server we'll be using, along with some other programs. | + | |
Line 59: | Line 56: | ||
Nginx is your webserver. You can make a little website or page, put it on your VPS and then tell nginx where it is and how to host it on the internet. It's simple. Let's do it. | Nginx is your webserver. You can make a little website or page, put it on your VPS and then tell nginx where it is and how to host it on the internet. It's simple. Let's do it. | ||
- | Info: | + | > Nginx configuration files are in / |
- | Nginx configuration files are in / | + | |
Create a file in / | Create a file in / | ||
Line 159: | Line 155: | ||
cerbot --nginx | cerbot --nginx | ||
</ | </ | ||
- | |||
- | |||
- | {{: | ||
Line 173: | Line 166: | ||
Now we are finished, the website should update automatically immeadietly after you synced your files via rsync (no need to restart the server). | Now we are finished, the website should update automatically immeadietly after you synced your files via rsync (no need to restart the server). | ||
+ | |||
+ | ---- | ||
==== Contribution ==== | ==== Contribution ==== | ||
* [[https:// | * [[https:// |
start/software/nginx.1724714242.txt.gz · Last modified: 2024/08/26 23:17 by marlonivo