X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matitaB%2Fmatita%2Fnetplex.conf;h=7bdad94f0e07579ee72c2720978b9d03bbb04b58;hb=31be09cc0d040577917783e050e1d38c0daa8f01;hp=a270765e9482ca218c3bad38afd9b23e622ef364;hpb=16c004ddeff5cb72e1d58e16e85f039e3e2f8573;p=helm.git diff --git a/matitaB/matita/netplex.conf b/matitaB/matita/netplex.conf index a270765e9..7bdad94f0 100644 --- a/matitaB/matita/netplex.conf +++ b/matitaB/matita/netplex.conf @@ -27,7 +27,7 @@ netplex { path = "/"; service { type = "file"; - docroot = "/home/barolo/matitaB/matita"; + docroot = "/home/matitaweb/matita/matita/html"; 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 { @@ -88,6 +95,34 @@ 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"; + } + }; + uri { + path = "/update"; + service { + type = "dynamic"; + handler = "update"; + } + }; }; }; workload_manager { @@ -100,4 +135,3 @@ netplex { } } -