* To configure native mode use: configure --with-restconf=native, changed from: configure --with-restconf=evhtp
This commit is contained in:
parent
d874a696f7
commit
d8be601606
22 changed files with 76 additions and 70 deletions
|
|
@ -28,3 +28,8 @@ IPv6=true
|
|||
# This check is optional because some installs, such as vagrant make a non-systemd/direct
|
||||
# start
|
||||
NGINXCHECK=true
|
||||
|
||||
# Lenght of TSL RSA key
|
||||
# Problem with small key such as 1024 not allowed in centos8 for example (why is this)
|
||||
# Problem with long keys are they take time to generate, eg on ARM
|
||||
CERTKEYLEN=2048
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue