X-Git-Url: http://git.purplebirdman.com/proxy.git/blobdiff_plain/11aebc921cda1a9952e37872f210567de35f2e7f..485e4459cc369284a67f2325c618c860a180e2c3:/nginx.conf diff --git a/nginx.conf b/nginx.conf index cb7a53d..f990def 100644 --- a/nginx.conf +++ b/nginx.conf @@ -5,6 +5,14 @@ events { } http { + server { + server_name kanban.purplebirdman.com; + client_max_body_size 20M; + location / { + proxy_pass http://kanboard_web; + proxy_set_header Host $host; + } + } server { server_name public.purplebirdman.com; location / {