# 디스코스에 업로드할 수 있는 최대 파일 크기는 얼마인가요?

**URL:** https://meta.discourse.org/t/what-is-the-maximum-file-size-we-can-upload-on-discourse/187090
**Category:** Support
**Created:** [4월 16, 2021, 12:13오후 UTC](https://meta.discourse.org/t/what-is-the-maximum-file-size-we-can-upload-on-discourse/187090 "2021-04-16T12:13:17Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![merefield](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/merefield/32/176214_2.png) [@merefield](https://meta.discourse.org/u/merefield)
#### Post date: [4월 16, 2021, 12:26오후 UTC](https://meta.discourse.org/t/what-is-the-maximum-file-size-we-can-upload-on-discourse/187090/2 "2021-04-16T12:26:44Z")

</div>

아마도 `nginx` 설정도 변경해야 할 것입니다

> [@이미지 크기가 실제로는 작지만 업로드 시 초과로 표시됩니다](https://meta.discourse.org/t/image-uploading-size-show-exceeding-though-its-less/134637/4?u=merefield):
>
> I guess the new update added a hint about fixing this, so here is the full guide for those who face the same issue… it’s all about nginx: 1. Go to nginx folder: cd /etc/nginx 2. Add this line to your nginx.conf file: http { ... client\_max\_body\_size 4M; } This will allow nginx to accept files with a max size of 4 megabytes. 3. Restart nginx: If you’re paranoid like me use run systemctl restart nginx Or simply send the nginx restart signal by running nginx -s reload

---

_[View the full topic](https://meta.discourse.org/t/what-is-the-maximum-file-size-we-can-upload-on-discourse/187090)._
