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 09e2b71 commit 1b9601b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conf/nginx_ss.conf
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ server {

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

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

location = ${V2_Path} {
Expand Down

0 comments on commit 1b9601b

Please sign in to comment.