This commit is contained in:
Patrick 2024-11-18 20:22:57 +01:00
parent ec0e0436e4
commit c6c113496b
2 changed files with 6 additions and 2 deletions

View file

@ -2,4 +2,5 @@
sudo apt update
sudo apt install -y nginx
sudo systemctl enable nginx --now
sudo systemctl start nginx
sudo systemctl enable nginx