mirror of
https://github.com/bpetschowitsch/weba.git
synced 2026-06-01 16:39:42 +00:00
Update install_nginx.md
This commit is contained in:
@@ -10,21 +10,35 @@ sudo apt update
|
|||||||
sudo apt upgrade -y
|
sudo apt upgrade -y
|
||||||
```
|
```
|
||||||
|
|
||||||
|
<<<<<<< Updated upstream
|
||||||
### Install Nginx
|
### Install Nginx
|
||||||
|
=======
|
||||||
|
## Nginx installieren
|
||||||
|
>>>>>>> Stashed changes
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
sudo apt install nginx -y
|
sudo apt install nginx -y
|
||||||
```
|
```
|
||||||
|
|
||||||
|
<<<<<<< Updated upstream
|
||||||
### Verify Nginx status
|
### Verify Nginx status
|
||||||
|
=======
|
||||||
|
## Nginx Status prüfen
|
||||||
|
>>>>>>> Stashed changes
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
sudo systemctl status nginx
|
sudo systemctl status nginx
|
||||||
```
|
```
|
||||||
|
|
||||||
|
<<<<<<< Updated upstream
|
||||||
### Test Nginx
|
### Test Nginx
|
||||||
Testing Nginx via browser: replace *server_ip_address* with your servers IP-Address.
|
Testing Nginx via browser: replace *server_ip_address* with your servers IP-Address.
|
||||||
You have to see **"Welcome to nginx!"**.
|
You have to see **"Welcome to nginx!"**.
|
||||||
|
=======
|
||||||
|
## Nginx testen
|
||||||
|
In den Webbrowser untenstehende URL eingeben (server_ip_address durch eine IP-Adresse ersetzen):
|
||||||
|
Es sollte **"Welcome to nginx!"** ersichtlich sein.
|
||||||
|
>>>>>>> Stashed changes
|
||||||
|
|
||||||
```
|
```
|
||||||
http://server_ip_address
|
http://server_ip_address
|
||||||
|
|||||||
Reference in New Issue
Block a user