#!/bin/bash apt install nginx cp nginx/cfg /etc/nginx/sites-enabled/default systemctl restart nginx