fix proxy pass match
This commit is contained in:
parent
f4bbcac8b0
commit
dcce283101
1 changed files with 1 additions and 1 deletions
|
@ -337,7 +337,7 @@ class mastodon (
|
|||
{ 'path' => '/api/v1/streaming', 'url' => 'ws://localhost:4000' },
|
||||
{ 'path' => '/', 'url' => 'http://localhost:3000/' },
|
||||
],
|
||||
proxy_dest_match => [
|
||||
proxy_pass_match => [
|
||||
{ 'path' => '^(/.*\.(png|ico)$)', 'url' => '!' },
|
||||
{ 'path' => '^/(assets|avatars|emoji|headers|packs|sounds|system)', 'url' => '!' },
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue