nginx / PHP GET有效,但POST没有

时间:2014-11-23 16:34:42

标签: php post nginx

使用GET可行,但POST不适用于nginx& PHP。我在nginx配置中遗漏了什么吗?

location ~ \.php$ {
fastcgi_pass unix:/var/run/php5-fpm.sock;
fastcgi_index index.php;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
include fastcgi_params;
fastcgi_buffer_size 128k;
fastcgi_buffers 4 256k;
fastcgi_busy_buffers_size 256k;
} 

由于

1 个答案:

答案 0 :(得分:0)

似乎Jquery是问题,更新到最新版本解决了它。 https://code.jquery.com/jquery-1.11.0.min.js