X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matitaB%2Fmatita%2Fnetplex.conf;h=7bdad94f0e07579ee72c2720978b9d03bbb04b58;hb=1083ac3b1acac5f1ac1fa40a9a417dd9d268dced;hp=8764b1738f220c7fc6be9aa1e25e1a64d459f26f;hpb=acf77bb24694158a57444c7f32da46ceac8b30c4;p=helm.git diff --git a/matitaB/matita/netplex.conf b/matitaB/matita/netplex.conf index 8764b1738..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 { @@ -109,6 +116,13 @@ netplex { handler = "commit"; } }; + uri { + path = "/update"; + service { + type = "dynamic"; + handler = "update"; + } + }; }; }; workload_manager { @@ -121,4 +135,3 @@ netplex { } } -