我正尝试在本地运行django + gunicorn + nginx。 出于某种原因,nginx无法从static获取数据。请告诉我我做错了什么? Gunicorn: gunicorn config.wsgi:application --bind 127.0.0.1:8001 Nginx配置: # mysite_nginx.conf server 127.0.0.1:8001;# the upstream component nginx needs to connect to
# configuration of the s
我最近在我的xampp.But上安装了一个旧的Codeigniter框架,我不知道这个框架的版本。我使用代码但它给了我错误
Notice: Use of undefined constant CI_VERSION - assumed 'CI_VERSION' in /opt/lampp/htdocs/projectname/views/v_header.php