summaryrefslogtreecommitdiff
path: root/src/blog/a/manga_server_with_komga.md
diff options
context:
space:
mode:
Diffstat (limited to 'src/blog/a/manga_server_with_komga.md')
-rw-r--r--src/blog/a/manga_server_with_komga.md1
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;