NGINX
nginx
nginx is an HTTP and reverse proxy server, a mail proxy server, and a generic TCP/UDP proxy server.[^1]
setting
설정파일의 위치는 설치방법에 따라 다를 수 있음.
centos, yum 설치 기준 : /etc/nginx
sudo find / -name nginx.conf
명령으로 해당 폴더를 찾을 수 있음.
설정파일 변경 이후에는 sudo service nginx reload
명령을 통해 변경된 설정 반영.
nginx.conf
- worker_process
- worker_connections
- log_not_found
- client_max_body_size
fcgi.conf
sites-enabled
sites-available
[^1] : https://nginx.org/en/