/etc/nginx/conf.d/default.conf

   Á¶È¸ 11395   Ãßõ 1    

수정된 설정 파일 입니다.

server {
    listen       80;
    server_name  localhost;

    root   /usr/share/nginx/html;
    index  index.php index.html index.htm;

    client_max_body_size 20m;
    client_body_buffer_size 128k;

    #charset koi8-r;
    #access_log  /var/log/nginx/log/host.access.log  main;

    location / {
        try_files $uri $uri/ /index.php?$query_string;
    }

    #error_page  404              /404.html;

    # redirect server error pages to the static page /50x.html
    #
    error_page   500 502 503 504  /50x.html;
    location = /50x.html {
        root   /usr/share/nginx/html;
    }

    # proxy the PHP scripts to Apache listening on 127.0.0.1:80
    #
    #location ~ \.php$ {
    #    proxy_pass   http://127.0.0.1;
    #}

    # pass the PHP scripts to FastCGI server listening on 127.0.0.1:9000
    #
    location ~ \.php$ {
        fastcgi_pass   127.0.0.1:9000;
        fastcgi_param  SCRIPT_FILENAME  $document_root$fastcgi_script_name;
        include        fastcgi_params;
    }

    # deny access to .htaccess files, if Apache's document root
    # concurs with nginx's one
    #
    location ~ /\. {
        deny  all;
    }
}

- to be continue -
ªÀº±Û Àϼö·Ï ½ÅÁßÇÏ°Ô.


PDS
Á¦¸ñPage 40/77
2015-12   1486098   ¹é¸Þ°¡
2014-05   4949391   Á¤ÀºÁØ1
2016-06   19048   ¸¼Àº¿©¸§
2016-07   18336   ¸¼Àº¿©¸§
2016-07   18039   ½ºÇǾ
2016-07   19375   ±èÀÍÅÂ
2016-07   19127   QS¿ÕÅëÅ°¼Õ¡¦
2016-07   20490   ±èȲÁß
2016-07   17456   QS¿ÕÅëÅ°¼Õ¡¦
2016-07   19978   ±è¼ºÁø75
2016-08   18976   ±èÁø¿µJK
2016-08   17651   ÄôǪÆÒ´õ
2016-08   18811   ĵÀ§µå
2016-08   45460   ±èȲÁß
2016-08   16639   QS¿ÕÅëÅ°¼Õ¡¦
2016-09   12572   ½Öcpu
2016-09   24972   ¼­¿ïl°­ÇѸð
2016-09   17588   À̹®¿µ
2016-09   13309   inoree
2016-09   17801   ÇãÀα¸¸¶Æ¾
2016-09   21602   ¯¯¸Ç
2016-09   17136   ÀÌÇØÇϸé¿À¡¦