DevOps
Nginx Configuration สำหรับ PHP Application
ประสิทธิ์ เทคโน
2026-06-14
Security Headers
add_header X-Frame-Options SAMEORIGIN;
add_header X-Content-Type-Options nosniff;PHP-FPM
location ~ \.php$ {
fastcgi_pass unix:/run/php/php8.3-fpm.sock;
}