Update default.conf

This commit is contained in:
Rakau 2020-12-02 10:43:16 +08:00 committed by GitHub
parent fab91a1f0c
commit 05447fe1c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,5 +4,5 @@ server
server_name _; server_name _;
index index.html; index index.html;
root www/nginx/html; root www/nginx/html;
return 301 https://$host$request_uri; return 301 https://$host$request_uri; # 重定向HTTPS
} }