Create default.conf

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

View File

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