Skip to main content

Nginx Install

apt install nginx
systemctl enable nginx
ufw allow http
chown www-data:www-data /usr/share/nginx/html -R