From 235b0e50129485df545b923ec6e2d59a0e735de6 Mon Sep 17 00:00:00 2001 From: zizifn <1803942+zizifn@users.noreply.github.com> Date: Sun, 22 May 2022 17:49:26 +0800 Subject: [PATCH] Update nginx.template.conf --- nginx.template.conf | 4 ---- 1 file changed, 4 deletions(-) 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;