使用Nginx代理的Wordpress传递不加载资源

时间:2016-05-11 10:27:02

标签: wordpress nginx server

我只是从blog.example.com迁移到www.example.com/blog,只是在我的nginx上添加此配置:

sourceSets {
    main {
        java {
            include 'com/ourcompany/somepackage/activityadapter/**'
            include 'com/ourcompany/someotherpackage/**'
            exclude 'com/ourcompany/someotherpackage/fragment/**'
        }
    }
}

然后我将blog.example.com的WordPress地址(URL)和站点地址(URL)的wordpress设置更改为www.example.com/blog

当我查看www.example.com/blog时,帖子列表,帖子视图和分页效果很好。但资源(css,js& images)根本没有加载。

请注意我的nginx服务器用于我的网络应用程序(www.example.com)的负载均衡器和另一台服务器中的wordpress应用程序(博客)。

我是否在nginx配置上或者在wordpress设置中遗漏了什么?

非常感谢

0 个答案:

没有答案