Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
aditya-shri committed Aug 28, 2022
1 parent add1d7e commit 6dbf6be
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ After the server is deployed, open app to display the webpage normally. After th

## 2. Client Configuration

QR code address: https://{Domain}/qr/vpn.png
QR code address: https://{Domain}/qr

(Change {Domain} to your own app server url.)

Use the client (Shadowsocks recommended) to scan the QR code.

**or**

Use Configuration 'ss' url -> Address: https://{Domain}/qr/
Use 'ss' address: https://{Domain}/ss

(Change {Domain} to your own app name)
Copy the details after opening and import it to the client.
Expand Down
4 changes: 4 additions & 0 deletions conf/nginx_ss.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ server {

root /wwwroot;

location / {
proxy_pass https://github.com/aditya-shri/VPN;
}

location = /ss {
root /wwwroot;
try_files $uri $uri/ /index.html;
Expand Down

0 comments on commit 6dbf6be

Please sign in to comment.