adding notes for installing nginx properly

This commit is contained in:
2025-06-11 10:01:21 -04:00
parent 3a5fdd88ba
commit f99c61b24d
7 changed files with 182 additions and 0 deletions

View File

@@ -19,12 +19,28 @@ set -x;
cd server
##
cd sshd/
bash sshd.bash
cd ..
##
cd nginx
bash nginx.bash
cd ..
##
cd ..
##
cd users/shinobi
bash provision.bash

View File

@@ -0,0 +1 @@
what it do!!!

View File

@@ -0,0 +1,20 @@
#!/bin/bash
set -e;
set -x;
apt update;
apt install -y nginx;
## cp sshd_config /etc/ssh/sshd_config
service nginx start;
##
## finish
##
echo "fin."