diff options
author | David Luevano Alvarado <david@luevano.xyz> | 2023-06-25 01:25:59 -0600 |
---|---|---|
committer | David Luevano Alvarado <david@luevano.xyz> | 2023-06-25 01:25:59 -0600 |
commit | 852a8882bcb496c81f3e05d337418a0172f35bfb (patch) | |
tree | 5a57d0bdfbe26389bad007b73b3b58ddeb3a494e /src/blog/a | |
parent | 9a2a3b68f4d473f5764646df307cd33b0a4c49b6 (diff) |
update jellyfin entry rewriting the first parts and adding flaresolverr
Diffstat (limited to 'src/blog/a')
-rw-r--r-- | src/blog/a/manga_server_with_komga.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/blog/a/manga_server_with_komga.md b/src/blog/a/manga_server_with_komga.md index 7c60e3e..77599ea 100644 --- a/src/blog/a/manga_server_with_komga.md +++ b/src/blog/a/manga_server_with_komga.md @@ -383,6 +383,7 @@ server { location / { proxy_pass http://localhost:8989; # change 8989 to the port you want to use + proxy_http_version 1.1; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; |