diff options
author | feld <feld@feld.me> | 2020-11-17 14:58:33 +0000 |
---|---|---|
committer | feld <feld@feld.me> | 2020-11-17 14:58:33 +0000 |
commit | d33b9e7b335edc3d719063972ab8b3f650971a21 (patch) | |
tree | 129e241cd2f04a702a89a43f757e8a47132e7e0e /installation | |
parent | cf99b1c1fd89553f072cc5a466aaebbe59d3e618 (diff) | |
parent | 2c55f7d7cb25b857265df67c21bc59f7778653ee (diff) | |
download | pleroma-d33b9e7b335edc3d719063972ab8b3f650971a21.tar.gz pleroma-d33b9e7b335edc3d719063972ab8b3f650971a21.zip |
Merge branch 'remove/fedsockets' into 'develop'
Remove FedSockets
See merge request pleroma/pleroma!3155
Diffstat (limited to 'installation')
-rw-r--r-- | installation/pleroma.nginx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/installation/pleroma.nginx b/installation/pleroma.nginx index d613befd2..9890cb2b1 100644 --- a/installation/pleroma.nginx +++ b/installation/pleroma.nginx @@ -93,9 +93,4 @@ server { chunked_transfer_encoding on; proxy_pass http://phoenix; } - - location /api/fedsocket/v1 { - proxy_request_buffering off; - proxy_pass http://phoenix/api/fedsocket/v1; - } } |