mirror of
https://github.com/XTLS/Xray-examples.git
synced 2024-11-22 00:21:29 +00:00
Update server.json
fix problem in ubuntu 20 LTS to connect nginx
This commit is contained in:
parent
995be44bfc
commit
3f7674acb3
|
@ -4,7 +4,8 @@
|
||||||
},
|
},
|
||||||
"inbounds": [
|
"inbounds": [
|
||||||
{
|
{
|
||||||
"listen": "/dev/shm/Xray-VLESS-WSS-Nginx.socket,0666",
|
"listen": "127.0.0.1",
|
||||||
|
"port": 1234 ,
|
||||||
"protocol": "vless",
|
"protocol": "vless",
|
||||||
"settings": {
|
"settings": {
|
||||||
"clients": [
|
"clients": [
|
||||||
|
|
Loading…
Reference in a new issue