@@ -3290,10 +3290,7 @@ make install
3290
3290
# If you want to remove parameters from the options file:
3291
3291
make rmconfig
3292
3292
3293
- # Before these tasks create backup of your current NGINX config:
3294
- # - tar czvfp /usr/backup/nginx.tgz /usr/local/etc/nginx
3295
-
3296
- # If you want to recompile NGINX from ports:
3293
+ # If you want to recompile OpenSSL from ports:
3297
3294
# - edit options file manually
3298
3295
make clean
3299
3296
make reinstall # make deinstall install
@@ -3302,9 +3299,6 @@ make config
3302
3299
make clean
3303
3300
make reinstall # make deinstall install
3304
3301
3305
- # To disable vulnerabilities (not recommend!)
3306
- make DISABLE_VULNERABILITIES=yes reinstall
3307
-
3308
3302
# To use/link openssl* port from your system (world):
3309
3303
if [[ ! $( grep -q " DEFAULT_VERSIONS+=ssl=openssl111" /etc/make.conf) ]] ; then
3310
3304
@@ -3444,6 +3438,12 @@ Go to the main NGINX port directory:
3444
3438
cd /usr/ports/www/nginx
3445
3439
` ` `
3446
3440
3441
+ Before these tasks create backup of your current NGINX config:
3442
+
3443
+ ` ` ` bash
3444
+ tar czvfp /usr/backup/nginx.tgz /usr/local/etc/nginx
3445
+ ` ` `
3446
+
3447
3447
Parameters:
3448
3448
3449
3449
` ` ` bash
@@ -3575,6 +3575,30 @@ make install
3575
3575
make clean
3576
3576
` ` `
3577
3577
3578
+ If you want to remove parameters from the options file:
3579
+
3580
+ ` ` ` bash
3581
+ make rmconfig
3582
+ ` ` `
3583
+
3584
+ If you want to recompile NGINX from ports:
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
+ ` ` `
3595
+
3596
+ To disable vulnerabilities (not recommend! ):
3597
+
3598
+ ` ` ` bash
3599
+ make DISABLE_VULNERABILITIES=yes reinstall
3600
+ ` ` `
3601
+
3578
3602
# ##### Post installation tasks
3579
3603
3580
3604
Include the necessary error pages:
0 commit comments