Simplify local Docker image build

This commit is contained in:
Frédéric Guillot
2019-02-27 15:13:49 -08:00
parent 4a40095122
commit 6d2b2f4a79
9 changed files with 50 additions and 52 deletions

View File

@@ -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;