Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- php zip 모듈
- disk 100% 사용
- html 구성
- 국민은행(기업)
- 갈레라
- error 1728
- OTP 보정오류
- disk full
- php 7.3
- nginx
- 디스크 용량 확인
- user style
- php 업로드 파일 삭제
- navicat
- 복구
- postfix
- Laravel
- nginx 1.12.0
- wsrep
- ZipArchive 오류
- Oracle
- mysql.proc 오류
- author style
- CSS
- DOTCOM 마케팅 설계자 SECRET
- php excel
- centos7
- OTP 오류
- php 파일 삭제
- MariaDB
Archives
- Today
- Total
목록roundcube (1)
Jehna :)
roundcube 첨부파일 오류
" 라운드 큐브 메일 첨부파일 오류가 발생할 경우 확인해야 할 것들! " - centos7 + nginx + php-fpm + postfix + dovecot + roundcube + mariadb 1. php.ini 확인 - /etc/php.ini max_input_time = 3600 memory_limit = 5120M upload_max_filesize = 3072M post_max_size = 4096M 2. nginx 설정 확인 - /etc/nginx/nginx.conf ※ http 또는 server 안에 적으면 되는데. 공통적으로 사용할 경우 http안에 적으면 됨 // 뒤에 세미콜론 꼭 입력!! client_max_body_size 100M; 3. postfix 설정 확인 - /etc/po..
윌리/System 이것저것
2020. 2. 12. 23:21