Update site_api.py

pull/267/head
midoks 3 years ago
parent 7f6ba0cbed
commit 1a0a1e5ead
  1. 3
      class/core/site_api.py

@ -1635,8 +1635,7 @@ class site_api:
vhost_file = self.vhostPath + '/' + siteName + '.conf'
content = mw.readFile(vhost_file)
proxy_cnf = '''
#PROXY-START
proxy_cnf = '''#PROXY-START
include %s/*.conf;
#PROXY-END
''' % (self.getProxyPath(siteName))

Loading…
Cancel
Save