]> Untitled Git - proxy.git/blobdiff - nginx.conf
Added kanboard
[proxy.git] / nginx.conf
index 814ac0004fcfbe983ea23e43ffccb35cd875b77f..5b6c9d81b46359f03af07251f685cb922420efc4 100644 (file)
@@ -19,4 +19,11 @@ http {
             proxy_set_header Host $host;
         }
     }
             proxy_set_header Host $host;
         }
     }
+    server {
+        server_name kanban.purplebirdman.online;
+        location / {
+            proxy_pass http://kanboard_kanboard;
+            proxy_set_header Host $host;
+        }
+    }
 }
 }