Skip to content

Commit

Permalink
nginx server: update to oqs-provider 0.5.2
Browse files Browse the repository at this point in the history
config: close connection immediately
  • Loading branch information
bhess committed Oct 25, 2023
1 parent a292f09 commit 885142a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion nginx/fulltest-provider/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ARG LIBOQS_VERSION=0.9.0

ARG OPENSSL_VERSION=master

ARG OQS_PROVIDER_VERSION=main
ARG OQS_PROVIDER_VERSION=0.5.2

ARG LIBOQS_BUILD_DEFINES="-DOQS_DIST_BUILD=ON"

Expand Down
1 change: 1 addition & 0 deletions nginx/fulltest-provider/genconfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ def write_nginx_config(f, i, cf, port, _sig, k):
f.write(" set $oqs_sig_name \""+sig+"\";\n")
f.write(" root html;\n")
f.write(" index success.html;\n")
f.write(" keepalive_timeout 0;\n")
f.write(" }\n\n")

f.write("}\n\n")
Expand Down

0 comments on commit 885142a

Please sign in to comment.