Update pleroma.nginx
authorDominik V. Salonen <contact@quad.moe>
Mon, 28 May 2018 10:36:27 +0000 (10:36 +0000)
committerDominik V. Salonen <contact@quad.moe>
Mon, 28 May 2018 10:36:27 +0000 (10:36 +0000)
commita6fd9c4b0083889d327b0954febd7bb233dfccb1
tree04a7f66778ce278b056c4317ffd45334fed9bf41
parent8216d5e40e31970b450524d39b634a84f6ec415c
Update pleroma.nginx

proxy_ignore_client_abort will continue to fetch from upstream even if a client aborts the connection. This is highly recommended when cache is being used. If a client leaves/refreshes the page while a user's avatar or some other media is halfway loaded, the cached copy might in some cases be broken. Leaving future requests to the same URL broken until cache expires.
installation/pleroma.nginx