เราต้อง Config ยังไง PHP ถึงจะรันเหมือนก่อนที่จะอัปเดตเป็นเวอร์ชัน Stable ปัจจุบันคะ
ก่อนหน้านี้ใช้เวอร์ชัน 1.14.2 จาก Repository ของ OS แล้ว PHP รันได้ค่ะ
อันนี้เป็นค่าที่ Config ที่ใช้อยู่ค่ะ
location ~ \.php$ {
include snippets/fastcgi-php.conf;
#
# # With php--fpm (or other unix sockets):
fastcgi_pass unix:/run/php/php7.3-fpm.sock;
# # With php-cgi (or other tcp sockets;):
# fastcgi_pass 127.0.0.1:9000;
}
อัปเดต Nginx เป็นเวอร์ชัน 1.16.1 แล้ว PHP ไม่รันค่ะ
ก่อนหน้านี้ใช้เวอร์ชัน 1.14.2 จาก Repository ของ OS แล้ว PHP รันได้ค่ะ
อันนี้เป็นค่าที่ Config ที่ใช้อยู่ค่ะ
location ~ \.php$ {
include snippets/fastcgi-php.conf;
#
# # With php--fpm (or other unix sockets):
fastcgi_pass unix:/run/php/php7.3-fpm.sock;
# # With php-cgi (or other tcp sockets;):
# fastcgi_pass 127.0.0.1:9000;
}