网页登录显示Ajax request failed[status code = 404]
Phoebus888 opened this issue · 0 comments
Phoebus888 commented
只安装了python install.py install verynginx,OpenResty没有安装,OpenResty我换成nginx了
nginx配置
server {
include /opt/verynginx/verynginx/nginx_conf/in_server_block.conf;
listen 80 ;
server_name 192.168.10.12;
access_log /u01/logs/verynginx.access.log main;
error_log /u01/logs/verynginx.error.log error;
root /opt/verynginx/verynginx/dashboard;
index index.html index.htm index.php;
}