Create NodeJS configuration script (#2)

This commit is contained in:
2025-08-22 21:02:44 +02:00
parent 204c6dc7c8
commit 31f8e9a8ae
6 changed files with 177 additions and 0 deletions

5
nginx.setup Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
apt install nginx
cp nginx/cfg /etc/nginx/sites-enabled/default
systemctl restart nginx