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 1b9601b commit add1d7e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions conf/nginx_ss.conf
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,21 @@ server {
try_files $uri $uri/ /index.html;
}

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

location = ${QR_Path} {
root /wwwroot;
try_files $uri $uri/ /vpn.png;
}

location = ${QR_Path}/ {
root /wwwroot;
try_files $uri $uri/ /vpn.png;
}

location = ${V2_Path} {
if ($http_upgrade != "websocket") {
return 404;
Expand Down

0 comments on commit add1d7e

Please sign in to comment.