mirror of
https://git.rezel.net/LudoTech/traque.git
synced 2026-02-09 10:20:16 +01:00
Increase size limit of body in nginx.conf
This should hopefully fix the problem of image sending
This commit is contained in:
@@ -6,6 +6,7 @@ events {
|
||||
http {
|
||||
server {
|
||||
listen 80;
|
||||
client_max_body_size 15M;
|
||||
location / {
|
||||
proxy_pass http://front:3000/;
|
||||
proxy_set_header Host $host;
|
||||
|
||||
Reference in New Issue
Block a user