gitblogdoc
gitblogdoc copied to clipboard
gitblog文档
To be honest, this blog is still very good, looking forward to the update.
博客中,代码区域如果超长会溢出
多说已经关闭了,有考虑集成替代的方案吗
Ubuntu16.04+Nginx+PHP7.0 ,部署到本地,127.0.0.1::8083可以打开index.php页面,在blog下创建文件夹2017-3,再在2017-3下建立new.md,刷新127.0.0.1:8083可以看到新写的文章,但点击文章无法转到对应页面内容,浏览器地址栏显示127.0.0.1:8083/blog/2017-3/new.html, 点击默认的 “欢迎使用GitBlog”也是同样情况。请问是什么原因?
centos7 PHP 5.4.16 (cli) nginx的配置: server { listen 443; listen [::]:443; server_name xxx.com; root /var/www/gitblogdoc; index index.html index.htm index.php; ssl_certificate "***"; ssl_certificate_key "***"; ssl_session_cache shared:SSL:1m; ssl_session_timeout 10m; ssl_protocols TLSv1 TLSv1.1...
一个后端小白。 搞了一下午,本地和线上都有问题: **1. 本地使用的PHP环境是wampserver,PHP5.4** 目录和详情点开之后没有内容 `类似于这种: http://localhost/data/gitblog/blog/welcome.html http://localhost/data/gitblog/category/107260689.html ` **2. 布置到ECS上总是路径不对,没运行起来过** `Your application folder path does not appear to be set correctly. Please open the following file and correct this:...
The folder's name has been changed.