Exemple #1
0
    def configure(self, conf):
        """ Configure rendezvous server """

        #
        # Ensure that the rootdir is empty, but do that on
        # a copy of the original settings, just in case any
        # other module needs the original setting.
        #
        conf = conf.copy()
        conf["http.server.rootdir"] = ""

        ServerHTTP.configure(self, conf)
Exemple #2
0
 def configure(self, conf, measurer=None):
     conf["http.server.rootdir"] = ""
     ServerHTTP.configure(self, conf, measurer)
Exemple #3
0
 def configure(self, conf):
     conf["http.server.rootdir"] = ""
     ServerHTTP.configure(self, conf)