mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-08-20 21:33:45 -07:00
Merge remote-tracking branch 'origin/master' into http2-confs
Signed-off-by: Eric Nemchik <eric@nemchik.com>
This commit is contained in:
parent
d3494f8175
commit
28e751d45f
230 changed files with 242 additions and 244 deletions
|
@ -1,4 +1,4 @@
|
|||
## Version 2024/05/29
|
||||
## Version 2024/07/14
|
||||
# Make sure that DNS has a cname set for transmission
|
||||
#
|
||||
# Some Transmission Chrome extensions cannot handle HTTP/2 proxies as they
|
||||
|
@ -6,9 +6,8 @@
|
|||
# X-Transmission-Session-Id header or not. HTTP/2 does not return this text
|
||||
# so jQuery responses are empty. This causes RPCs to fail.
|
||||
#
|
||||
# If your extension is affected, you can remove http2 from the default server
|
||||
# in /config/nginx/site-confs/default or listen on a different port that has
|
||||
# no http2 servers defined. Better yet, submit a bug report with the
|
||||
# If your extension is affected, you can remove http2 from
|
||||
# /config/nginx/nginx.conf or submit a bug report with the
|
||||
# extension developer to fix their extensions to support HTTP/2.
|
||||
|
||||
server {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue