1, The form could not be submitted. Click here to try again) V" S. }" f9 d4 P2 N
这个错误是由session引起的。请检查两个配置。nginx配置中的server_name字段使用的是带有www的域名还是不带www的域名。和网站访问的域名一致即可;php的session文件夹权限是否可写。 如果还是无法确认,请查看以下两个日志' o* f3 b [$ A2 v9 Q$ ]
/var/log/php-fpm/error.log" [+ j; T$ m( f
/var/log/nginx/error.log 也可检查lnmp的配置
/ y; _3 p- ?' C9 w, Q/ V9 A+ R! s! lvi /usr/local/nginx/conf/nginx.conf" h! F o3 k7 b7 h
找到www.lnmp.org,修改为你想设置的域名- g) g! p& V2 t# m+ u' |1 A7 E
保存
' Y8 p. n# Y( o执行:/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
# f2 _7 u* K# E( z这个错误表示激活失败。首先访问如下链接,看看是否正确显示 http://服务器IP地址/~imobi/license/api2.php' J3 ]$ ? v, W1 H- c- B, g/ D
如果不正确显示,请检查nginx配置。可以参考上文中的配置;如果正确显示,那一定是iptables的转发规则出错了,依次执行以下即可: iptables -F
2 {9 K5 M/ U8 N4 y# Q* |- Miptables -t nat -F
7 ?6 b& ?4 p7 o, `3 o( Iiptables -t nat -AOUTPUT -d 50.28.102.240 -j DNAT –to 服务器IP地址
6 G5 ]' k( n. L) @$ P" d! q4 W& Q* R. r! ?3 o6 f9 o
|