diff --git a/class/core/site_api.py b/class/core/site_api.py index 4b650a202..c25586af4 100755 --- a/class/core/site_api.py +++ b/class/core/site_api.py @@ -2412,8 +2412,8 @@ location ^~ {from} { listen = re.search(rep, conf).group() http_ssl = "\n\tlisten 443 ssl http2;" conf = conf.replace(listen, listen + http_ssl) - # http_ssl = "\n\tlisten 443 ssl http2;" - # conf = conf.replace(listen, listen + http_ssl) + http_ipv6_ssl = "\n\t[::]:443 ssl http2;" + conf = conf.replace(listen, listen + http_ipv6_ssl) mw.backFile(file) diff --git a/route/static/app/site.js b/route/static/app/site.js index 41cbcf60b..e9bfcd3c0 100755 --- a/route/static/app/site.js +++ b/route/static/app/site.js @@ -1972,6 +1972,7 @@ function opSSL(type, id, siteName, callback){ \
\ \ + \
\ \