summaryrefslogtreecommitdiff
path: root/installation
diff options
context:
space:
mode:
authorMark Felder <feld@FreeBSD.org>2020-09-21 16:11:01 -0500
committerMark Felder <feld@FreeBSD.org>2020-09-21 16:11:01 -0500
commit2b553b8f8e7cf01d8530b905c48b97b815098cd9 (patch)
tree78f75fb5300decbbeaa909363508fc60a32d68c7 /installation
parent75f6e5e8b7e0408241a633daba7fde8b51dde8ca (diff)
Remove duplicate setting
Diffstat (limited to 'installation')
-rw-r--r--installation/pleroma.nginx2
1 files changed, 0 insertions, 2 deletions
diff --git a/installation/pleroma.nginx b/installation/pleroma.nginx
index a3b3394f1..ce74f46e1 100644
--- a/installation/pleroma.nginx
+++ b/installation/pleroma.nginx
@@ -75,8 +75,6 @@ server {
# this is explicitly IPv4 since Pleroma.Web.Endpoint binds on IPv4 only
# and `localhost.` resolves to [::0] on some systems: see issue #930
proxy_pass http://127.0.0.1:4000;
-
- client_max_body_size 16m;
}
location ~ ^/(media|proxy) {