X-Git-Url: http://git.purplebirdman.com/proxy.git/blobdiff_plain/81a9e33496ffa9dcc82c5352030fb61db2142f9e..6a66880cb6ae71ffae074bde40fe2f4a9d91408e:/nginx.conf 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; + } + } }