Files
weba/02_install_nginx.md
T
2026-04-10 13:19:27 +02:00

474 B

Nginx Installation on Debian

Installation of Nginx on a Debian-System.

System update

System and package update:

sudo apt update
sudo apt upgrade -y

Install Nginx

sudo apt install nginx -y

Verify Nginx status

sudo systemctl status nginx

Test Nginx

Testing Nginx via browser: replace server_ip_address with your servers IP-Address. You have to see "Welcome to nginx!".

http://server_ip_address