diff options
| author | Roger Braun <roger@rogerbraun.net> | 2017-12-09 11:00:56 +0100 |
|---|---|---|
| committer | Roger Braun <roger@rogerbraun.net> | 2017-12-09 11:00:56 +0100 |
| commit | 30e9b22f96f2bf1cd895e993190f40afba159bb6 (patch) | |
| tree | 811c64694f98c10f55cdbaeb98ada50209b59580 /installation/pleroma.nginx | |
| parent | 6268b7e0eb400c1b5e227a73e6faee0f1e476db4 (diff) | |
| parent | d5a13c10ac6a9a5f8dbb1932ffc85260f079a2dc (diff) | |
| download | pleroma-30e9b22f96f2bf1cd895e993190f40afba159bb6.tar.gz pleroma-30e9b22f96f2bf1cd895e993190f40afba159bb6.zip | |
Merge branch 'develop' into feature/activitypub
Diffstat (limited to 'installation/pleroma.nginx')
| -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 1a6e1d56f..6cf9f3fa0 100644 --- a/installation/pleroma.nginx +++ b/installation/pleroma.nginx @@ -19,6 +19,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; } include snippets/well-known.conf; |
