From f2dac6e1e6f3722db14d9637651d4a4c7c565d69 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Sun, 24 Nov 2024 21:28:30 +0800 Subject: [PATCH] Update site.py --- web/utils/site.py | 1 + 1 file changed, 1 insertion(+) diff --git a/web/utils/site.py b/web/utils/site.py index c7ff44153..e9a370dbc 100644 --- a/web/utils/site.py +++ b/web/utils/site.py @@ -1462,6 +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() return True def openProxyByOpen(self, site_name):