]> 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 10e9c55dcfbe0a6a94419133bc45255fb0187707..ff6a76d6019a4df5c0bf6b7469e1d6210000dd7c 100644 (file)
@@ -27,7 +27,7 @@ netplex {
           path = "/";
           service {
             type = "file";
-            docroot = "/home/matitaweb/matita/matita";
+            docroot = "/home/barolo/matitaB/matita";
             media_types_file = "/etc/mime.types";
             enable_listings = true;
           }
@@ -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 {