Setup Web server

Setup Web server for Web service.

Install Nginx

Install Nginx. Nginx is a high performance web server.

$ sudo pacman -S nginx
$ sudo systemctl start nginx
$ sudo systemctl enable nginx

Configure firewall

$ sudo ufw allow http
$ sudo ufw reload

Check the webserver

Browse the webserver on a web browser. The IP address should replaced your servers one.

http://192.168.10.109

Last Updated on May 21, 2022 by lama-admin


Comments

Leave a Reply

Your email address will not be published. Required fields are marked *