mirror of
https://github.com/XTLS/Xray-examples.git
synced 2025-06-28 13:16:06 +08:00
Create default.conf
This commit is contained in:
parent
9e5c3bf129
commit
fab91a1f0c
8
VLESS-TCP-XTLS-Nginx stream/default.conf
Normal file
8
VLESS-TCP-XTLS-Nginx stream/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