/etc/nginx/nginx.conf

   Á¶È¸ 11287   Ãßõ 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 50/76
2015-12   1036345   ¹é¸Þ°¡
2014-05   4483989   Á¤ÀºÁØ1
2018-09   11320   À̼±È£
2016-04   11303   º­¶ûÀ§¿¡Æ÷´¢
2016-03   11288   ȸ¿øK
2016-03   11231   ¼­¿ïI±èµ¿¼ö
2016-02   11226   asdgfj
2015-12   11224   ¼Ò¸Á»ç¶û71
2016-03   11206   µðºñµð
2020-05   11184   makesound
2021-10   11172   PCMaster
2018-12   11156   Çϳª·ë
2016-03   11153   ºóÀ̾ƺü
2016-12   11142   ÄñôÄñô
2020-04   11113   ½ºÄµl¹ÎÇö±â
2022-09   11108   sbg2005
2022-09   11086   sbg2005
2017-08   11083   ±èÀÍÅÂ
2023-06   11060   ¼ÛÁøÈ«
2017-06   11045   AKMU
2014-11   11043   ÀºÇϼö
2022-04   11006   ½ºÄµl¹ÎÇö±â