Create default.conf

This commit is contained in:
Rakau
2020-11-14 20:24:05 +08:00
committed by GitHub
parent 819ee592ee
commit acf26f17cc

View File

@@ -0,0 +1,8 @@
server
{
listen 80;
server_name _;
index index.html;
root www/nginx/html;
return 301 https://$host$request_uri;
}