]> matita.cs.unibo.it Git - helm.git/blobdiff - matitaB/matita/netplex.conf
Matitaweb: svn now skips empty commits.
[helm.git] / matitaB / matita / netplex.conf
index 8764b1738f220c7fc6be9aa1e25e1a64d459f26f..ff6a76d6019a4df5c0bf6b7469e1d6210000dd7c 100644 (file)
@@ -60,6 +60,13 @@ netplex {
             handler = "bottom";
           }
         };
+        uri {
+          path = "/top";
+          service {
+            type = "dynamic";
+            handler = "top";
+          }
+        };
         uri {
           path = "/register";
           service {
@@ -109,6 +116,13 @@ netplex {
             handler = "commit";
           }
         };
+        uri {
+          path = "/update";
+          service {
+            type = "dynamic";
+            handler = "update";
+          }
+        };
       };
     };
     workload_manager {