From: Clifton Palmer Date: Fri, 23 Aug 2019 22:46:42 +0000 (-0500) Subject: Added kanboard X-Git-Url: http://git.purplebirdman.com/proxy.git/commitdiff_plain/6a66880cb6ae71ffae074bde40fe2f4a9d91408e Added kanboard --- diff --git a/nginx.conf b/nginx.conf index 814ac00..5b6c9d8 100644 --- a/nginx.conf +++ b/nginx.conf @@ -19,4 +19,11 @@ http { proxy_set_header Host $host; } } + server { + server_name kanban.purplebirdman.online; + location / { + proxy_pass http://kanboard_kanboard; + proxy_set_header Host $host; + } + } }