소스 검색

Merge pull request #2630 from pixelfed/trwnh-patch-1

increase default upload limit from 1M to 15M
daniel 4 년 전
부모
커밋
2d28257054
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      contrib/nginx.conf

+ 1 - 0
contrib/nginx.conf

@@ -18,6 +18,7 @@ server {
     index index.html index.htm index.php;
 
     charset utf-8;
+    client_max_body_size 15M;
 
     location / {
         try_files $uri $uri/ /index.php?$query_string;