aboutsummaryrefslogtreecommitdiff
path: root/installation
diff options
context:
space:
mode:
authorhref <href@random.sh>2017-12-11 02:45:28 +0100
committerhref <href@random.sh>2017-12-11 02:45:28 +0100
commit9093b2cf4923274572729f46b688ab12f5a0bfdc (patch)
tree1ef3a7bfacc825fdc5ea47da6ceafd7b450aec91 /installation
parentd1806ec07f44b617769bc862048df30b8a3336da (diff)
parentd5a13c10ac6a9a5f8dbb1932ffc85260f079a2dc (diff)
downloadpleroma-9093b2cf4923274572729f46b688ab12f5a0bfdc.tar.gz
Merge remote-tracking branch 'upstream/develop' into media-proxy
Diffstat (limited to 'installation')
-rw-r--r--installation/pleroma.nginx3
1 files changed, 3 insertions, 0 deletions
diff --git a/installation/pleroma.nginx b/installation/pleroma.nginx
index d882908e4..4e88a426d 100644
--- a/installation/pleroma.nginx
+++ b/installation/pleroma.nginx
@@ -22,6 +22,9 @@ server {
server_name example.tld;
location / {
+ proxy_http_version 1.1;
+ proxy_set_header Upgrade $http_upgrade;
+ proxy_set_header Connection "upgrade";
proxy_pass http://localhost:4000;
}