# PDF 파일을 첨부하는 방법?

**URL:** https://meta.discourse.org/t/how-to-attach-a-pdf-file/191943
**Category:** Support
**Created:** [5월 28, 2021, 4:14오후 UTC](https://meta.discourse.org/t/how-to-attach-a-pdf-file/191943 "2021-05-28T16:14:18Z")
**Posts on this page:** 1
**Showing post:** 4

<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: [5월 28, 2021, 4:40오후 UTC](https://meta.discourse.org/t/how-to-attach-a-pdf-file/191943/4 "2021-05-28T16:40:32Z")

</div>

파일이 매우 큰 경우 `nginx` 설정도 업데이트해야 할 수 있습니다:

> [@이미지 크기가 실제로는 작지만 업로드 시 초과로 표시됩니다](https://meta.discourse.org/t/image-uploading-size-show-exceeding-though-its-less/134637/4):
>
> 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/how-to-attach-a-pdf-file/191943)._
