Skip to content

Commit 157f4ef

Browse files
committed
added README
1 parent e9c279d commit 157f4ef

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
#### Script to add a new user to an Nginx server
2+
3+
The `newuser` script adds a new user to an Nginx server, and creates the appropriate directories,
4+
sets the correct ownerships and permissions, so that content can be served from the user's home
5+
directory, rather than the default Nginx location. Additionally, it creates a virtual environment
6+
within the user's home directory and also copies a test index file to the new webroot.
7+
8+
*Requirements*
9+
10+
- `root` access to the Nginx webserver.
11+
- Python 3 (to create the virtual environment).

0 commit comments

Comments
 (0)