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 | 31 |
Tags
- author style
- centos7
- Laravel
- 국민은행(기업)
- Oracle
- html 구성
- navicat
- DOTCOM 마케팅 설계자 SECRET
- user style
- mysql.proc 오류
- disk full
- php 7.3
- 복구
- ZipArchive 오류
- postfix
- nginx
- wsrep
- php zip 모듈
- MariaDB
- 갈레라
- CSS
- OTP 오류
- disk 100% 사용
- 디스크 용량 확인
- nginx 1.12.0
- OTP 보정오류
- php 파일 삭제
- error 1728
- php excel
- php 업로드 파일 삭제
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