From bdf06c64df331abce406e86065a60cfcbb9d5125 Mon Sep 17 00:00:00 2001 From: johnrosen <48143913+johnrosen1@users.noreply.github.com> Date: Mon, 23 Mar 2020 11:12:53 +0800 Subject: [PATCH] Updated NGINX Reverse Proxy for Web UI (markdown) --- NGINX-Reverse-Proxy-for-Web-UI.md | 1 + 1 file changed, 1 insertion(+) diff --git a/NGINX-Reverse-Proxy-for-Web-UI.md b/NGINX-Reverse-Proxy-for-Web-UI.md index 0df4135..fc8f47c 100644 --- a/NGINX-Reverse-Proxy-for-Web-UI.md +++ b/NGINX-Reverse-Proxy-for-Web-UI.md @@ -5,6 +5,7 @@ location /qbt/ { proxy_pass http://127.0.0.1:8080/; proxy_http_version 1.1; proxy_set_header X-Forwarded-Host $http_host; + http2_push_preload on; # Enable http2 push # The following directives effectively nullify Cross-site request forgery (CSRF) # protection mechanism in qBittorrent, only use them when you encountered connection problems.