0 votes
in NGINX by
How to install Nginx on ubuntu?

1 Answer

0 votes
by
Nginx can be installed using the apt packaging system.

$ Sudo apt install Nginx //this command is used to install Nginx.

To enable the Nginx, use the following command.

$ sudo ufw allow ‘Nginx HTTP’

Related questions

0 votes
asked Feb 3, 2020 in NGINX by Tate
0 votes
asked Dec 16, 2019 in NGINX by sharadyadav1986
...