首先到nginx目录下 找到配置文件(一般路径:/etc/nginx/nginx.conf)
修改文件nginx.conf
添加如下配置:
- location /static/ {
- alias /Users/xwmedia01/minicms/static;
- }
- location /media/ {
- alias /Users/xwmedia01/minicms/media;
- }
- location ~* .(js|css|png|jpg|jpeg|gif|ico)$ {
- expires max;
- log_not_found off;
- }
复制代码
|
|
|
|
|
版权说明:论坛帖子主题均由合作第三方提供并上传,若内容存在侵权,请进行举报