mirror of https://github.com/XTLS/Xray-examples
Create default.conf
parent
9e5c3bf129
commit
fab91a1f0c
|
@ -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