summaryrefslogtreecommitdiff
path: root/docker/etc/nginx/nginx.conf
diff options
context:
space:
mode:
Diffstat (limited to 'docker/etc/nginx/nginx.conf')
-rw-r--r--docker/etc/nginx/nginx.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/etc/nginx/nginx.conf b/docker/etc/nginx/nginx.conf
index fcc9a9aa..df26ad46 100644
--- a/docker/etc/nginx/nginx.conf
+++ b/docker/etc/nginx/nginx.conf
@@ -23,7 +23,7 @@ http {
server {
listen 80;
- listen 443 ssl;
+ listen 443 ssl http2;
ssl_certificate /etc/nginx/ssl/kanboard.crt;
ssl_certificate_key /etc/nginx/ssl/kanboard.key;
server_name localhost;