Create default.conf
parent
819ee592ee
commit
acf26f17cc
|
@ -0,0 +1,8 @@
|
||||||
|
server
|
||||||
|
{
|
||||||
|
listen 80;
|
||||||
|
server_name _;
|
||||||
|
index index.html;
|
||||||
|
root www/nginx/html;
|
||||||
|
return 301 https://$host$request_uri;
|
||||||
|
}
|
Loading…
Reference in New Issue