X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=installation%2Fpleroma.nginx;h=688be3e712a4371fd2e37dbdf45548d3e9ac1d21;hb=94ba5a780212920a1d4b303c3523f66ca0147a67;hp=4da9918ca895ec4797272155841f123f472f511a;hpb=c4fbb56984d8f86df948cfd9b0f7c081d688c365;p=akkoma diff --git a/installation/pleroma.nginx b/installation/pleroma.nginx index 4da9918ca..688be3e71 100644 --- a/installation/pleroma.nginx +++ b/installation/pleroma.nginx @@ -70,6 +70,7 @@ server { proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"; proxy_set_header Host $http_host; + proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; # this is explicitly IPv4 since Pleroma.Web.Endpoint binds on IPv4 only # and `localhost.` resolves to [::0] on some systems: see issue #930 @@ -89,8 +90,6 @@ server { proxy_ignore_client_abort on; proxy_buffering on; chunked_transfer_encoding on; - proxy_ignore_headers Cache-Control; - proxy_hide_header Cache-Control; proxy_pass http://127.0.0.1:4000; } }