]> Untitled Git - proxy.git/commitdiff
Added server for kanban
authorClifton Palmer <clifton.james.palmer@protonmail.com>
Thu, 19 Jan 2023 12:54:55 +0000 (06:54 -0600)
committerClifton Palmer <clifton.james.palmer@protonmail.com>
Thu, 19 Jan 2023 12:54:55 +0000 (06:54 -0600)
nginx.conf

index cb7a53d3517d52ea890707ea4d77308fc97856ea..88c5a789eea4402d36408f6b61a14fa18e1adab4 100644 (file)
@@ -6,9 +6,9 @@ events {
 
 http {
     server {
-        server_name public.purplebirdman.com;
+        server_name kanban.purplebirdman.com;
         location / {
-            proxy_pass http://public_web;
+            proxy_pass http://kanboard_web;
             proxy_set_header Host $host;
         }
     }