nginx + php-fpm 썸네일형 리스트형 [리눅스] nginx php-fpm 연동 nginx php-fpm 연동 NGINX 설치하기 https://sangchul.kr/128 PHP-FPM 설치하기 https://sangchul.kr/130 nginx(default.conf) 설정 - fastcgi_pass unix:/run/php-fpm/php-fpm.sock; $ vim /etc/nginx/conf.d/default.conf ... # pass the PHP scripts to FastCGI server listening on 127.0.0.1:9000 # location ~ \.php$ { try_files$uri =404; fastcgi_split_path_info^(.+?\.php)(/.*)$; fastcgi_passunix:/run/php-fpm/php-fpm.sock; f.. 더보기 이전 1 다음