mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2024-11-10 01:02:30 +01:00
Fix testing server getting full path
This commit is contained in:
parent
452d8a47f5
commit
58de2a786d
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ http {
|
|||
|
||||
location /test/ {
|
||||
# return 404 "";
|
||||
proxy_pass http://10.0.0.5:4445;
|
||||
proxy_pass http://10.0.0.5:4445/;
|
||||
#proxy_pass https://sbtest.etcinit.com/;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue