瀏覽代碼

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/


Loading…
取消
儲存