우분투에서 lnmp 환경을 설정했는데, nginx를 구성할 때 작은 문제가 있었습니다. + _buffers 4 16k;
client_max_body_size 300m; > write_size 64k;
. " #
위치 ~ .php$ {
# 스니펫 포함/fastcgi-php.conf ;
# # # php -cgi (또는 다른 tcp 소켓) 사용:
#fastcgi_pass 127.0.0.1:9090;
fastcgi_index index.php SCRIPT_FILENAME $document_root$fastcgi_script_name;
~ |
#
#location ~ /.ht {
# ''' out out of Add
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
Access 127.0 .0.1:9090/index.php 파일 아래에서 GET을 보고합니다. http://127.0.0.1:9090/index.php net::ERR_INCOMPLETE_CHUNKED_ENCODING 200 (확인)
재nginx的error.log日志中有
2020/01/31 17:11:55 [오류] 15569#15569: *6 업스트림 시간 초과(110: 연결 시간 초과) 업스트림을 읽는 동안, 클라이언트: 127.0.0.1 , 서버: test.com, 요청: "GET /index.php HTTP/1.1", 업스트림: "fastcgi://unix:/var/run/php/php7.0-fpm.sock:", 호스트: "127.0 .0.1:9090"