Update README.md

This commit is contained in:
ƬHE ЯAW ☣
2022-10-26 16:52:53 -07:00
committed by GitHub
parent 88378f5e9a
commit 62a49e0056
+9 -12
View File
@@ -21,21 +21,18 @@ So if its a offensive request that modsecurity or naxsi detect it as such then t
2. **`curl -s https://raw.githubusercontent.com/theraw/The-World-Is-Yours/master/install > install; bash install`** 2. **`curl -s https://raw.githubusercontent.com/theraw/The-World-Is-Yours/master/install > install; bash install`**
## FOLDER PATH. ## Basic info.
``` ```
=> /nginx/ = Nginx Path, (private) => Nginx Folder = /nginx/
=> /nginx/live/ = Vhosts Configs (private) => --conf-path = /nginx/nginx.conf
=> /nginx/modsec/ = Security Rules Dir (private) => --pid-path = /var/run/nginx.pid
=> /hostdata/ = Place to store your domain folders. (private) => --user = nginx
=> /hostdata/yourdomain.com/ = Ex of domain dir (private folder), => --group = nginx
=> /hostdata/yourdomain.com/public_html/ = Ex of your domain webroot (public files only), => --sbin-path = /usr/sbin/nginx
=> /hostdata/yourdomain.com/logs/ = Place where to store your Domains logs (access.log) (private folder), => --error-log-path = /var/log/nginx/error.log
=> /hostdata/yourdomain.com/ssl/ = Place where to store domain ssl/key (private folder),
=> /hostdata/yourdomain.com/cache/ = Place where to store site cache (private folder).
// Private Folder - Means this cannot be accessed by public. // YOUR NGINX IS LOCATED AT /nginx NOT /etc/nginx
// Public Folder - Means files into this folder can be accessed by public.
``` ```