/etc/nginx/nginx.conf

   Á¶È¸ 13378   Ãßõ 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 43/80
2015-12   2339831   ¹é¸Þ°¡
2014-05   5853991   Á¤ÀºÁØ1
2017-11   17708   ¶Ç¸®±º
2018-02   17712   ¹¬Çâll±è±âÁØ
2014-02   17714   yyms
2009-10   17718   TSHA
2009-04   17728   ¹Ú¿ì¿­
2011-04   17735   °­±Ô¿µ
2016-01   17739   Çູ´ÜÁö
2010-12   17766   À̽¿±
2023-06   17766   AKAÁö´Ï
2016-05   17773   DoubleSH
2010-12   17782   À̽¿±
2018-02   17790   ¾ß¼ö
2009-11   17805   Á¤ÀºÁØ1
2010-07   17835   ¿ÀÁö¶ý
2014-03   17862   ȸ¿øK
2015-11   17872   ȸ¿øK
2011-08   17886   À嵿°Ç2014
2011-05   17896   ±èÀ±¼ú
2009-12   17897   ±èÀå¿ì
2022-09   17907   sbg2005