소스 검색

set correct fpm sock

pull/131/head
Pascal 3 년 전
부모
커밋
5cf712dd22
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      templates/nginx.cfg

+ 1
- 1
templates/nginx.cfg 파일 보기

@@ -12,7 +12,7 @@ server {

location ~ \.php$ {
include snippets/fastcgi-php.conf;
fastcgi_pass unix:/var/run/php/php-fpm.sock;
fastcgi_pass unix:/var/run/php/php7.3-fpm.sock;
}

# Rewrite the old path yyyy/mm/dd/ to /images/


불러오는 중...
취소
저장