We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
在浏览器中输入域名,http://cmdb.kwpsw.cn/static/ 返回403,,, 请问我该如何打开CMDB的控制台页面,,, 我是安装文档一步一步来的,我用的python3.7版本,,, 必要步骤都做了,,, 就是不会打开控制台,,,求大神解答
The text was updated successfully, but these errors were encountered:
访问 http://cmdb.kwpsw.cn 浏览器返回:Internal Server Error
nginx配置文件如下: server { listen 80; server_name cmdb.kwpsw.cn; proxy_buffer_size 64k; proxy_buffers 32 32k; proxy_busy_buffers_size 128k;
location /static { alias /usr/local/cmdb/static; } location /static/admin { alias /usr/local/python3.7/lib/python3.7/site-packages/django/contrib/admin/static/admin; } location /static/ueditor { expires 30d; alias /usr/local/cmdb/DjangoUeditor/static/ueditor; } location / { include uwsgi_params; uwsgi_pass 127.0.0.1:8100; }
}
Sorry, something went wrong.
No branches or pull requests
在浏览器中输入域名,http://cmdb.kwpsw.cn/static/
返回403,,,
请问我该如何打开CMDB的控制台页面,,,
我是安装文档一步一步来的,我用的python3.7版本,,,
必要步骤都做了,,,
就是不会打开控制台,,,求大神解答
The text was updated successfully, but these errors were encountered: