1, The form could not be submitted. Click here to try again$ x$ O; I! q$ y, _6 {
这个错误是由session引起的。请检查两个配置。nginx配置中的server_name字段使用的是带有www的域名还是不带www的域名。和网站访问的域名一致即可;php的session文件夹权限是否可写。 如果还是无法确认,请查看以下两个日志
( U# t O/ R' M9 I5 c! t+ B/var/log/php-fpm/error.log
: o3 O0 F w* h* S/var/log/nginx/error.log 也可检查lnmp的配置
- z+ b* _; k9 V* H/ nvi /usr/local/nginx/conf/nginx.conf
- e. g4 g) I2 V+ G9 _* { D8 }找到www.lnmp.org,修改为你想设置的域名
5 C1 A! J# H* T+ w保存0 G: A" [0 ~4 ~
执行:/usr/local/nginx/sbin/nginx -s reload 如果是使用cloudflare的SSL才出现此错误,则SSL选择Full模式(Encrypts end-to-end, using a self signed certificate on the server) 2, This domain(www.xxx.com) is not licensed to run iMobiTrax
$ W0 t% B# o; h1 Z6 U这个错误表示激活失败。首先访问如下链接,看看是否正确显示 http://服务器IP地址/~imobi/license/api2.php; p( r0 T; }" U/ g
如果不正确显示,请检查nginx配置。可以参考上文中的配置;如果正确显示,那一定是iptables的转发规则出错了,依次执行以下即可: iptables -F! ?) a2 g2 M& `" I# z) R& m
iptables -t nat -F
1 v: B6 P4 M J5 u7 w% diptables -t nat -AOUTPUT -d 50.28.102.240 -j DNAT –to 服务器IP地址 . P0 G8 `- n+ N
( }+ O9 }" z& E( o8 d4 Y( l J
|