Revert "add some steps"

This reverts commit d9d691db1d.
This commit is contained in:
Михаил Капелько
2025-12-06 06:54:40 +03:00
parent 3b173d32fb
commit e86a5b0989
8 changed files with 5 additions and 49 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