fix proxy pass
This commit is contained in:
parent
506e1d336d
commit
f4bbcac8b0
1 changed files with 1 additions and 1 deletions
|
@ -325,7 +325,7 @@ class mastodon (
|
||||||
'http/1.1',
|
'http/1.1',
|
||||||
],
|
],
|
||||||
protocols_honor_order => true,
|
protocols_honor_order => true,
|
||||||
proxy_dest => [
|
proxy_pass => [
|
||||||
{ 'path' => '/500.html', 'url' => '!' },
|
{ 'path' => '/500.html', 'url' => '!' },
|
||||||
{ 'path' => '/sw.js', 'url' => '!' },
|
{ 'path' => '/sw.js', 'url' => '!' },
|
||||||
{ 'path' => '/robots.txt', 'url' => '!' },
|
{ 'path' => '/robots.txt', 'url' => '!' },
|
||||||
|
|
Loading…
Reference in a new issue