ソースを参照

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/


読み込み中…
キャンセル
保存