]> matita.cs.unibo.it Git - helm.git/blobdiff - matitaB/matita/netplex.conf
(Almost) working multi-user matitaweb.
[helm.git] / matitaB / matita / netplex.conf
index 0728b01ca526a58bd542b73b580cd995d71e73db..52178dee496daea15f3c3e7d2ec317c6c3ea6270 100644 (file)
@@ -27,7 +27,7 @@ netplex {
           path = "/";
           service {
             type = "file";
-            docroot = "/home/ricciott/matitaB/matita";
+            docroot = "/home/barolo/matitaB/matita";
             media_types_file = "/etc/mime.types";
             enable_listings = true;
           }
@@ -60,6 +60,13 @@ netplex {
             handler = "bottom";
           }
         };
+        uri {
+          path = "/register";
+          service {
+            type = "dynamic";
+            handler = "register";
+          }
+        };
         uri {
           path = "/login";
           service {
@@ -67,13 +74,13 @@ netplex {
             handler = "login";
           }
         };
-        (* uri {
+        uri {
           path = "/logout";
           service {
             type = "dynamic";
             handler = "logout";
           }
-        };*)
+        };
       };
     };
     workload_manager {