diff --git a/web/utils/site.py b/web/utils/site.py index e9a370dbc..e7d70651d 100644 --- a/web/utils/site.py +++ b/web/utils/site.py @@ -1462,7 +1462,7 @@ location ^~ {from} {\n\ if os.path.exists(proxy_conf): self.close_proxy.append(proxy['id']) mw.execShell('mv ' + proxy_conf + ' ' + proxy_txt) - mw.restartWeb() + mw.restartWeb() return True def openProxyByOpen(self, site_name):