mirror of
https://github.com/samuelhbne/server-xray.git
synced 2025-12-17 20:34:39 +03:00
README.md
This commit is contained in:
@@ -260,6 +260,10 @@ The following command will:
|
|||||||
7. Run nginx on port 443 as a TLS front with the given cert, proxy all 3 services with 3 different locations
|
7. Run nginx on port 443 as a TLS front with the given cert, proxy all 3 services with 3 different locations
|
||||||
8. Only port 443 will be available for access from internet
|
8. Only port 443 will be available for access from internet
|
||||||
|
|
||||||
|
### NOTE6
|
||||||
|
|
||||||
|
Only PLAN (NON-TLS) services (--ltpg, --ltpw, --mtpw, -ttpw) can be proxied by Nginx.
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
$ docker run --name server-xray -p 443:443 -v /home/ubuntu/cert:/opt/cert -d samuelhbne/server-xray -c /opt/cert \
|
$ docker run --name server-xray -p 443:443 -v /home/ubuntu/cert:/opt/cert -d samuelhbne/server-xray -c /opt/cert \
|
||||||
--ltpg p=55443,u=myid0,s=/svc0 \
|
--ltpg p=55443,u=myid0,s=/svc0 \
|
||||||
|
|||||||
Reference in New Issue
Block a user