Update nginx.template.conf

This commit is contained in:
zizifn
2022-05-22 17:49:26 +08:00
committed by GitHub
parent 1a0da4c6e0
commit 235b0e5012

View File

@@ -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;