로그인

검색

Server
2012.04.02 22:22

nginx 첨부파일 용량 설정

조회 수 19150 추천 수 0 댓글 0
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 게시글 수정 내역 댓글로 가기 인쇄
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 게시글 수정 내역 댓글로 가기 인쇄


gedit /etc/nginx/nginx.conf



user www-data;
worker_processes 4;
pid /var/run/nginx.pid;

events {
worker_connections 1024;
# multi_accept on;
}

http {

##
# Basic Settings
##

sendfile on;
tcp_nopush on;
tcp_nodelay on;
keepalive_timeout 65;
types_hash_max_size 2048;
# server_tokens off;

        #server_names_hash_bucket_size 128;
# server_name_in_redirect off;
client_body_buffer_size 1024k; 
client_header_buffer_size 1024k; 
client_max_body_size 2024m;

include /etc/nginx/mime.types;
default_type application/octet-stream;

##
# Logging Settings
##

access_log /var/log/nginx/access.log;
error_log /var/log/nginx/error.log;

##
# Gzip Settings
##

gzip on;
gzip_disable "msie6";

# gzip_vary on;
# gzip_proxied any;
# gzip_comp_level 6;
# gzip_buffers 16 8k;
# gzip_http_version 1.1;
# gzip_types text/plain text/css application/json application/x-javascript text/xml application/xml application/xml+rss text/javascript;

##
# Virtual Host Configs
##

include /etc/nginx/conf.d/*.conf;
include /etc/nginx/sites-enabled/*;
}


#mail {
# # See sample authentication script at:
# # http://wiki.nginx.org/ImapAuthenticateWithApachePhpScript
# # auth_http localhost/auth.php;
# # pop3_capabilities "TOP" "USER";
# # imap_capabilities "IMAP4rev1" "UIDPLUS";
# server {
# listen     localhost:110;
# protocol   pop3;
# proxy      on;
# }
# server {
# listen     localhost:143;
# protocol   imap;
# proxy      on;
# }
#}



리눅스

유용한 정보 및 자료

  1. XE 추천, 신고 제한 해제 (관리자만 v1.5.2.2)

    Date2012.05.24 CategoryXE By보석 Views19721
    Read More
  2. XE 외부페이지 로그인연동

    Date2012.05.22 CategoryXE By보석 Views13198
    Read More
  3. vi 에디터 - 검색, 치환, 정규식, 명령어

    Date2012.05.20 CategoryServer By보석 Views18865
    Read More
  4. 우분투 PHP 설치

    Date2012.05.20 CategoryServer By보석 Views11917
    Read More
  5. XE 댓글 초기화 방법

    Date2012.05.15 CategoryXE By보석 Views12406
    Read More
  6. XE 특정 단어포함 댓글 삭제 쿼리문

    Date2012.04.27 CategoryXE By보석 Views14076
    Read More
  7. 콘텐츠 위젯 제목에 코드 노출되는 문제

    Date2012.04.27 CategoryXE By보석 Views11768
    Read More
  8. XE 일정기간 로그인하지 않는 회원 삭제

    Date2012.04.26 CategoryXE By보석 Views14726
    Read More
  9. 게시판DX 모바일 댓글 펼치기

    Date2012.04.18 CategoryXE By보석 Views12849
    Read More
  10. XE 1.5 미니온 css충돌 해결

    Date2012.04.10 CategoryXE By보석 Views15195
    Read More
  11. 우분투 서버(커맨드 모드)에서 외부 아이피 알아내기

    Date2012.04.05 CategoryServer By보석 Views14649
    Read More
  12. XE 하드용량 및 DB용량 트래픽양 표시하기

    Date2012.04.04 CategoryXE By보석 Views9488
    Read More
  13. XE DB 용량 확보하기

    Date2012.04.03 CategoryXE By보석 Views13362
    Read More
  14. nginx 첨부파일 용량 설정

    Date2012.04.02 CategoryServer By보석 Views19150
    Read More
  15. 우분투 원격데스크톱 설정

    Date2012.03.30 CategoryServer By보석 Views12589
    Read More
  16. 우분투 메일서버

    Date2012.03.30 CategoryServer By보석 Views10584
    Read More
  17. XE 쪽지 알림이 계속 나타나게 하기

    Date2012.03.14 CategoryXE By보석 Views13731
    Read More
  18. XE 댓글 작성시에만 다운로드 가능

    Date2012.03.02 CategoryXE By보석 Views15065
    Read More
  19. XE 추천수 5이상일때 게시글 이동

    Date2012.03.02 CategoryXE By보석 Views14676
    Read More
  20. XE 추천 누른 사람 출력되게 하는방법

    Date2012.03.02 CategoryXE By보석 Views14052
    Read More
Board Pagination Prev 1 2 3 4 5 6 7 8 9 10 11 Next
/ 11