From 58962be0f819d858d8ed98c8a032fb347a5db3bb Mon Sep 17 00:00:00 2001 From: bpetschowitsch Date: Thu, 5 Mar 2026 13:28:09 +0100 Subject: [PATCH] Update install_nginx.md --- install_nginx.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/install_nginx.md b/install_nginx.md index 1544178..abcae9b 100644 --- a/install_nginx.md +++ b/install_nginx.md @@ -10,21 +10,35 @@ sudo apt update sudo apt upgrade -y ``` +<<<<<<< Updated upstream ### Install Nginx +======= +## Nginx installieren +>>>>>>> Stashed changes ```bash sudo apt install nginx -y ``` +<<<<<<< Updated upstream ### Verify Nginx status +======= +## Nginx Status prüfen +>>>>>>> Stashed changes ```bash sudo systemctl status nginx ``` +<<<<<<< Updated upstream ### Test Nginx Testing Nginx via browser: replace *server_ip_address* with your servers IP-Address. 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