Update README.md
This commit is contained in:
@@ -22,9 +22,15 @@ If you want to try with a custom nginx version then, open `version` file and cha
|
|||||||
```bash
|
```bash
|
||||||
bash build/run.sh new
|
bash build/run.sh new
|
||||||
bash build/run.sh build
|
bash build/run.sh build
|
||||||
|
bash build/run.sh postfix
|
||||||
```
|
```
|
||||||
The `bash build/run.sh new` will always download things that are missing,
|
## Basic cli info
|
||||||
for example if you change a version from file it will download the new version, if you want to clear things out then run `rm -rf /opt/mod && rm -rf /opt/nginx-*`
|
```
|
||||||
|
bash build/run.sh new => Download all modules + nginx that are missing from /opt/, (if you make version changes to 'version' file then simply rerun this to download again)
|
||||||
|
bash build/run.sh build => This is going to simply compile nginx nothing else. You can run this as many times as you need, its not going to replace configs.
|
||||||
|
bash build/run.sh postfix => This will redownload /nginx/nginx.conf everything you run it. Suggested to run only once when you install nginx via my repo for first time.
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
## Basic info.
|
## Basic info.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user