Install Nginx web server – welcome to another article, in this article we are going to discuss about how to install nginx server in termux. Let’s start
What is nginx?
NGINX is a free, open-source, high-performance HTTP server and reverse proxy, as well as an IMAP/POP3 proxy server. NGINX is known for its high performance, stability, rich feature set, simple configuration, and low resource consumption.
Requirement’s
- Android version 5.0 and above
- Termux application
- Update your termux application up-to-date
How to install nginx web server in termux?
Now open your termux application and type the following command in your terminal this command will help you to install nginx web server
pkg install nginx
Once you install just you type this below command to start nginx in your terminal.
nginx
Now open your browser and type this following command
localhost:8080
How to stop nginx server?
Just type this following command to stop nginx server
nginx -s stop
I hope this article helps you, if you have any doubts means please free to ask in the command section. if you really like this article means please share your friends also. thank you.
Post a Comment