]> matita.cs.unibo.it Git - helm.git/blobdiff - matitaB/matita/netplex.conf
Changed behavior in matitaweb.js, function retrieveFile (it is now
[helm.git] / matitaB / matita / netplex.conf
index a270765e9482ca218c3bad38afd9b23e622ef364..10e9c55dcfbe0a6a94419133bc45255fb0187707 100644 (file)
@@ -27,7 +27,7 @@ netplex {
           path = "/";
           service {
             type = "file";
-            docroot = "/home/barolo/matitaB/matita";
+            docroot = "/home/matitaweb/matita/matita";
             media_types_file = "/etc/mime.types";
             enable_listings = true;
           }
@@ -88,6 +88,27 @@ netplex {
             handler = "viewlib";
           }
         };
+        uri {
+          path = "/reset";
+          service {
+            type = "dynamic";
+            handler = "reset";
+          }
+        };
+        uri {
+          path = "/save";
+          service {
+            type = "dynamic";
+            handler = "save";
+          }
+        };
+        uri {
+          path = "/commit";
+          service {
+            type = "dynamic";
+            handler = "commit";
+          }
+        };
       };
     };
     workload_manager {