diff options
author | href <href@random.sh> | 2017-12-11 02:45:28 +0100 |
---|---|---|
committer | href <href@random.sh> | 2017-12-11 02:45:28 +0100 |
commit | 9093b2cf4923274572729f46b688ab12f5a0bfdc (patch) | |
tree | 1ef3a7bfacc825fdc5ea47da6ceafd7b450aec91 /installation | |
parent | d1806ec07f44b617769bc862048df30b8a3336da (diff) | |
parent | d5a13c10ac6a9a5f8dbb1932ffc85260f079a2dc (diff) | |
download | pleroma-9093b2cf4923274572729f46b688ab12f5a0bfdc.tar.gz |
Merge remote-tracking branch 'upstream/develop' into media-proxy
Diffstat (limited to 'installation')
-rw-r--r-- | installation/pleroma.nginx | 3 |
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; } |