jaredly / hexo-admin

An Admin Interface for Hexo
http://jaredly.github.io/hexo-admin/
1.77k stars 299 forks source link

Can not access admin page when deployed on my own server #191

Closed SouthernYard closed 5 years ago

SouthernYard commented 5 years ago

@jaredly Hi jareyly, how to deploy hexo as a dynamic mode? I also encounter this issue recently. I deploy hexo blog on my own server. Before setting the https server, the "/admin" page can navigate, but now it is forbidden. In my https server configuration, the root path is "/home/hexo/public". And then the "/admin" is blocked. How can I access the "/admin" page again. In other words, if I deploy my application as the dynamic mode, can this issue be solved?

Thanks, Shawn

SouthernYard commented 5 years ago

I have fixed now, it's an Nginx configuration issue.