config.inc Improved modifiability.
This commit is contained in:
+8
-6
@@ -13,29 +13,31 @@ SERVER_HEADER="hakase"
|
||||
### x86, x64 check
|
||||
### If you do not want optimization, uncomment it.
|
||||
### (Comment out existing sources.)
|
||||
### Do not modify it under normal circumstances.
|
||||
BITCHK=`getconf LONG_BIT`
|
||||
#BITCHK="32"
|
||||
|
||||
### Multithread build
|
||||
### Do not modify it under normal circumstances.
|
||||
BUILD_MTS="-j$(expr $(nproc) \+ 1)"
|
||||
|
||||
#########################
|
||||
### Select add module ###
|
||||
#########################
|
||||
|
||||
### If you do not want to build modules, please enter a value other than "y".
|
||||
### Enter 0 for the module that is not to be used.
|
||||
|
||||
### PageSpeed
|
||||
PAGESPEED="y"
|
||||
PAGESPEED=1
|
||||
|
||||
### nginx-rtmp-module
|
||||
RTMP="y"
|
||||
RTMP=1
|
||||
|
||||
### naxsi
|
||||
NAXSI="y"
|
||||
NAXSI=1
|
||||
|
||||
### nginx-dav-ext-module
|
||||
DAV_EXT="y"
|
||||
DAV_EXT=1
|
||||
|
||||
### fancyindex
|
||||
FANCYINDEX="y"
|
||||
FANCYINDEX=1
|
||||
Reference in New Issue
Block a user