/etc/nginx/nginx.conf

   Á¶È¸ 12054   Ãßõ 1    

수정된 설정파일 입니다.


user  nginx;
worker_processes  auto;

error_log  /var/log/nginx/error.log crit;
pid        /var/run/nginx.pid;


events {
    worker_connections  1024;
}


http {
    server_tokens off;

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

    log_format  main  '$remote_addr - $remote_user [$time_local] "$request" '
                      '$status $body_bytes_sent "$http_referer" '
                      '"$http_user_agent" "$http_x_forwarded_for"';

    access_log  /var/log/nginx/access.log  main;

    sendfile        on;
    tcp_nopush     on;

    keepalive_timeout  20s;

    # reduce the data that needs to be sent over network
    gzip  on;
    gzip_min_length 1024;
    gzip_comp_level 5;

    gzip_types
      application/atom+xml
      application/javascript
      application/json
      application/ld+json
      application/manifest+json
      application/rss+xml
      application/vnd.geo+json
      application/vnd.ms-fontobject
      application/x-font-ttf
      application/x-web-app-manifest+json
      application/xhtml+xml
      application/xml
      font/opentype
      image/bmp
      image/svg+xml
      image/x-icon
      text/cache-manifest
      text/css
      text/plain
      text/vcard
      text/vnd.rim.location.xloc
      text/vtt
      text/x-component
      text/x-cross-domain-policy;

    include /etc/nginx/conf.d/*.conf;
}


- to be continue -
ªÀº±Û Àϼö·Ï ½ÅÁßÇϰÔ.
È­¶õ 2016-03
À¥ÂÊÀº Àß ¸ô¶ó¼­ ±×·¯´Âµ¥¿ä, ½ÅÅýº°¡ C¶û ½©À» ¼¯¾î³õÀº°Í °°¾Æ¿ä^^

¿äÁòÀº APMÀº °¬°í nginx °¡ ´ë¼¼Àΰ¡¿ä ??
     
ȸ¿øK 2016-03
CentOSÀÇ °æ¿ì´Â MySQLÀÌ ºüÁö°í MariaDB°¡ µÇ¾úµíÀÌ
nginx °¡ ¶ß°í ÀÖ´Ù°í ÇØ¼­ ¹Ù²ãºÃ½À´Ï´Ù.

apache´Â °³¹ßÀÚµéÀÌ ¸¹Àº ÁÙ¾îµç °Í °°½À´Ï´Ù.
2.4.x ÀÌÈÄÀÇ ÇÁ·ÎÁ§Æ®°¡ ¾ø¾î¿ä.


PDS
Á¦¸ñPage 41/78
2015-12   1805390   ¹é¸Þ°¡
2014-05   5280899   Á¤ÀºÁØ1
2011-01   16022   À̼±±Ô
2013-04   16028   stone92±è°æ¹Î
2016-02   16035   õ¸¶°Ç»§
2017-02   16037   ¹«¾Æ
2011-11   16052   ÄôǪÆÒ´õ
2011-12   16058   ¶Ñ¶Ñ±è´ë¿ø
2009-04   16066   ±èº´¼·
2011-05   16079   Á¤º´°ïÀÓµÂ
2010-05   16084   ¿ÀÁö¶ý
2010-07   16085   ¿ÀÁö¶ý
2017-02   16097   Á¦¿ÂÇÁ·Î
2011-05   16099   ¼­´ÃÇѱ״Ã
2015-03   16102   ¾ÈÁ¤¿ì
2010-05   16111   ±èÀå¿ì
2014-04   16111   QS¿ÕÅëŰ¼Õ¡¦
2009-05   16115   ÇÑÀÏÀÎ
2014-03   16128   2CPUÃÖÁÖÈñ
2009-05   16144   ÇÑÀÏÀÎ
2018-12   16154   »õÇϾᱸ¸§
2009-05   16158   ÇÑÀÏÀÎ