Skip to content

Commit

Permalink
Fix #1127 - Enable OSCP stapling in webserver (#1132)
Browse files Browse the repository at this point in the history
  • Loading branch information
aequitas authored Nov 1, 2023
1 parent 4508efd commit 2459149
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker/webserver/nginx_templates/app.conf.template
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ add_header 'X-XSS-Protection' '1; mode=block' always;

root /var/www/internet.nl;

# enable OSCP stapling
ssl_stapling on;
ssl_stapling_verify on;

# default server for http, primary used for ACME and https redirect
server {
listen 80;
Expand Down

0 comments on commit 2459149

Please sign in to comment.