]> Untitled Git - proxy.git/commitdiff
Added kanboard
authorClifton Palmer <cliftonpalmer@pop-os>
Fri, 23 Aug 2019 22:46:42 +0000 (17:46 -0500)
committerClifton Palmer <cliftonpalmer@pop-os>
Fri, 23 Aug 2019 22:46:42 +0000 (17:46 -0500)
nginx.conf

index 814ac0004fcfbe983ea23e43ffccb35cd875b77f..5b6c9d81b46359f03af07251f685cb922420efc4 100644 (file)
@@ -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;
+        }
+    }
 }