File tree Expand file tree Collapse file tree 1 file changed +25
-19
lines changed Expand file tree Collapse file tree 1 file changed +25
-19
lines changed Original file line number Diff line number Diff line change @@ -3560,7 +3560,7 @@ OPTIONS_FILE_UNSET+=XSS
3560
3560
OPTIONS_FILE_UNSET+=WEBSOCKIFY
3561
3561
` ` `
3562
3562
3563
- The simplest way:
3563
+ The simplest way to install :
3564
3564
3565
3565
` ` ` bash
3566
3566
make install
@@ -3575,29 +3575,35 @@ make install
3575
3575
make clean
3576
3576
` ` `
3577
3577
3578
- If you want to remove parameters from the options file :
3578
+ But if you want to run other tasks :
3579
3579
3580
- ` ` ` bash
3581
- make rmconfig
3582
- ` ` `
3580
+ - remove parameters from the options file:
3583
3581
3584
- If you want to recompile NGINX from ports:
3582
+ ` ` ` bash
3583
+ make rmconfig
3584
+ ` ` `
3585
3585
3586
- ` ` ` bash
3587
- # - edit options file manually
3588
- make clean
3589
- make reinstall # make deinstall install
3590
- # - remove options file (see above command)
3591
- make config
3592
- make clean
3593
- make reinstall # make deinstall install
3594
- ` ` `
3586
+ - recompile NGINX from ports:
3587
+
3588
+ ` ` ` bash
3589
+ # The following task are not necessery:
3590
+ # - edit options file manually
3591
+ # - regenerate options file with wizard:
3592
+ make config
3593
+ # - remove options file:
3594
+ make rmconfig
3595
+ # after this you might to run pre-install configuration:
3596
+ make config-recursive
3597
+
3598
+ make clean
3599
+ make reinstall # make deinstall install
3600
+ ` ` `
3595
3601
3596
- To disable vulnerabilities (not recommend! ):
3602
+ - to disable vulnerabilities (not recommend! ):
3597
3603
3598
- ` ` ` bash
3599
- make DISABLE_VULNERABILITIES=yes reinstall
3600
- ` ` `
3604
+ ` ` ` bash
3605
+ make DISABLE_VULNERABILITIES=yes reinstall
3606
+ ` ` `
3601
3607
3602
3608
# ##### Post installation tasks
3603
3609
You can’t perform that action at this time.
0 commit comments