Login
Register
How to install Nginx on ubuntu?
0
votes
How to install Nginx on ubuntu?
#install-nginx-ubuntu
#ubuntu-install-nginx
asked
Aug 5, 2020
in
NGINX
by
Please
log in
or
register
to answer this question.
1
Answer
0
votes
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’
answered
Aug 5, 2020
by
...