mirror of
https://github.com/v2fly/v2ray-examples.git
synced 2025-04-04 18:09:29 +08:00
Create default.conf
This commit is contained in:
parent
819ee592ee
commit
acf26f17cc
8
VLESS-TCP-XTLS-Multi-Web-Nginx/default.conf
Normal file
8
VLESS-TCP-XTLS-Multi-Web-Nginx/default.conf
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
server
|
||||||
|
{
|
||||||
|
listen 80;
|
||||||
|
server_name _;
|
||||||
|
index index.html;
|
||||||
|
root www/nginx/html;
|
||||||
|
return 301 https://$host$request_uri;
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user