There was an error while loading. Please reload this page.
1 parent e9c279d commit 157f4efCopy full SHA for 157f4ef
server_management/CentOS/nginx/README.md
@@ -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