projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
75f6e5e
)
Remove duplicate setting
author
Mark Felder
<feld@FreeBSD.org>
Mon, 21 Sep 2020 21:11:01 +0000
(16:11 -0500)
committer
Mark Felder
<feld@FreeBSD.org>
Mon, 21 Sep 2020 21:11:01 +0000
(16:11 -0500)
installation/pleroma.nginx
patch
|
blob
|
history
diff --git
a/installation/pleroma.nginx
b/installation/pleroma.nginx
index a3b3394f1a4c1c532345e4afb478e2bed341e620..ce74f46e18671e33d138c5edb239a0ede9628c93 100644
(file)
--- 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) {