add protocols
This commit is contained in:
parent
fabd6648d2
commit
fe105f73c9
1 changed files with 4 additions and 4 deletions
|
@ -320,10 +320,10 @@ class mastodon (
|
||||||
proxy_add_headers => true,
|
proxy_add_headers => true,
|
||||||
port => 443,
|
port => 443,
|
||||||
priority => 15,
|
priority => 15,
|
||||||
# protocols => [
|
protocols => [
|
||||||
# 'h2',
|
'h2',
|
||||||
# 'http/1.1',
|
'http/1.1',
|
||||||
# ],
|
],
|
||||||
protocols_honor_order => true,
|
protocols_honor_order => true,
|
||||||
proxy_pass => [
|
proxy_pass => [
|
||||||
{ 'path' => '/500.html', 'url' => '!' },
|
{ 'path' => '/500.html', 'url' => '!' },
|
||||||
|
|
Loading…
Reference in a new issue