diff --git a/nginx.template.conf b/nginx.template.conf index bcc5c44..bf6fd81 100644 --- a/nginx.template.conf +++ b/nginx.template.conf @@ -21,10 +21,6 @@ http { #charset koi8-r; #access_log /var/log/nginx/host.access.log main; - # 用来proxy https nginx 暂时不支持proxy pass http2.0, 但是可以用SIN 来route - # location /dash/ { - # proxy_pass https://dash.zizi.press:4000/; - # } location / { root /root/html; index index.html index.htm;