GithubHelp home page GithubHelp logo

hexo-admin's People

Contributors

ssly avatar stickycandy avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

hexo-admin's Issues

部分BUG

  1. 预览框的高度不对
  2. 保存过滤数据里面,对中文逗号,不生效

nginx转发hexo-admin时遇到502错误

我在我的服务器上通过nginx反向代理,将对/admin/的访问请求转发到3001端口(已经按照说明修改过hexo-admin的设置)
无法打开hexo-admin的页面,提示502 Bad Gateway
这是nginx.conf中的server部分,按照readme.md修改的

server {
        server_name  lightyears.im;
        listen [::]:443 ssl ;#ipv6only=on; # managed by Certbot
        listen 443 ssl; # managed by Certbot
        root /root/hexo/public;

        # for hexo-admin
        location /admin/ {
            proxy_pass https://lightyears.im:3001/;
            # 后面都是proxy_set_header
        ...
}

而且已经npm run start,并在关闭nginx的时候通过手动指定3001端口访问成功,但是启动nginx后就提示502
lso -i:3001也能确认到hexo-admin正在listen3001端口
想问一下这可能是哪里出了问题

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.