How to Install Nginx on Debian 11
www.howtoforge.com › how-to-install-nginx-on-debian-11Oct 01, 2021 · Installing Nginx on Debian 11. Nginx is available in the default repositories of Debian 11. You can install it with apt-get command as follows: sudo apt install nginx -y. You should receive the following output: You should already have an Nginx web server up and running. You can test this by running the following command: sudo systemctl status nginx