-
Server Username run in terminal.
-
Password.
sudo apt-get update
sudo apt-get install nginx
sudo ufw app list
sudo ufw allow ‘Nginx HTTP’
systemctl status nginx
mkdir /etc/systemd/system/nginx.service.d
printf "[Service]\nExecStartPost=/bin/sleep 0.1\n" > /etc/systemd/system/nginx.service.d/override.conf
systemctl daemon-reload
systemctl restart nginx
then
- open fileZilla application and fill Host, Port:22, User, Password then connect.
after that go to remote site and select var >>> www >>> html.
then drag and drop all build file.