add protocols

This commit is contained in:
Antonio J. Delgado 2023-11-28 19:46:29 +02:00
parent fabd6648d2
commit fe105f73c9

View file

@ -320,10 +320,10 @@ class mastodon (
proxy_add_headers => true,
port => 443,
priority => 15,
# protocols => [
# 'h2',
# 'http/1.1',
# ],
protocols => [
'h2',
'http/1.1',
],
protocols_honor_order => true,
proxy_pass => [
{ 'path' => '/500.html', 'url' => '!' },