alexazhou / VeryNginx

A very powerful and friendly nginx base on lua-nginx-module( openresty ) which provide WAF, Control Panel, and Dashboards.
GNU Lesser General Public License v3.0
5.97k stars 958 forks source link

网页登录显示Ajax request failed[status code = 404] #247

Open Phoebus888 opened 4 years ago

Phoebus888 commented 4 years ago

只安装了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; }