메뉴 건너뛰기

컴' 게시판

본문시작

IT/개발
2015.12.18 08:58

PHP7 + Nginx conf 파일설정.

조회 수 539 추천 수 0 댓글 0

I changed my system's Ulimit in /etc/security/limits.conf like this:

# This is added for Open File Limit Increase

*               hard    nofile          131072

*               soft    nofile          65535

 

root            hard    nofile          65536

root            soft    nofile          65536

 

# This is added for Nginx User

nginx           hard    nofile          131072

 

nginx           soft    nofile          65535

 

 

 

vi /etc/sysctl.conf

 

fs.file-max = 70000 <--- 추가

 

 

sysctl -p

 

 

[ /etc/nginx/nginx.conf ]

 

 

user  nginx;

worker_processes  2;

worker_rlimit_nofile 65535; <--- 추가

 

error_log  /var/log/nginx/error.log warn;

pid        /var/run/nginx.pid;

 

events {

    worker_connections  10240; <--- 변경

    multi_accept on; <--- 추가

    use epoll; <--- 추가

}


  1. 23
    May 2016
    10:34

    mysql innodb fulltext

    CategoryIT/개발 By꿈자 Reply0 Views0 Votes0 secret
    Read More
  2. 10
    May 2016
    14:03

    mac에서 AWS EC2 파일 카피

    CategoryIT/개발 By꿈자 Reply0 Views0 Votes0 secret
    Read More
  3. 29
    Apr 2016
    22:50

    모든것은 내 자신에 달려 있다

    Category개인자료 By꿈자 Reply0 Views514 Votes0 file
    Read More
  4. 05
    Apr 2016
    11:31

    Nginx 특수문자 화면출력 ...

    CategoryIT/개발 By꿈자 Reply0 Views0 Votes0 secret
    Read More
  5. 29
    Feb 2016
    09:36

    ionic mac setup

    CategoryIT/개발 By꿈자 Reply0 Views0 Votes0 secret
    Read More
  6. 03
    Feb 2016
    16:26

    SMS API 제일싼곳

    Category개인자료 By꿈자 Reply0 Views0 Votes0 secret
    Read More
  7. 06
    Jan 2016
    19:08

    안드로이드 외부앱 실행

    CategoryIT/개발 By꿈자 Reply0 Views0 Votes0 secret
    Read More
  8. 18
    Dec 2015
    12:00

    ubuntu + MySQL 7 설치

    CategoryIT/개발 By꿈자 Reply0 Views549 Votes0
    Read More
  9. 18
    Dec 2015
    08:58

    PHP7 + Nginx conf 파일설정.

    CategoryIT/개발 By꿈자 Reply0 Views539 Votes0
    Read More
  10. 16
    Dec 2015
    15:32

    Installing PHP-7 with Mem...

    CategoryIT/개발 By꿈자 Reply0 Views0 Votes0 secret
    Read More
Board Pagination Prev 1 ... 3 4 5 6 7 ... 17 Next
/ 17