server/stapling
This commit is contained in:
parent
122c83ea53
commit
d86e301d99
1 changed files with 7 additions and 2 deletions
|
@ -358,8 +358,6 @@ Configuration
|
|||
ssl_session_cache shared:ssl_session_cache:16m;
|
||||
ssl_session_tickets off;
|
||||
ssl_session_timeout 15m;
|
||||
ssl_stapling on;
|
||||
ssl_stapling_verify on;
|
||||
|
||||
# Log
|
||||
|
||||
|
@ -388,6 +386,13 @@ Configuration
|
|||
|
||||
}
|
||||
|
||||
.. warning:: almost 1 minute to start the service
|
||||
|
||||
::
|
||||
|
||||
ssl_stapling on;
|
||||
ssl_stapling_verify on;
|
||||
|
||||
Security
|
||||
^^^^^^^^
|
||||
|
||||
|
|
Loading…
Reference in a new issue