Skip to content

igo9go/beego-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#beego-blog

使用beego框架创建的博客系统

http://go-blog.igo9go.cn ###安装

 server {
     listen       80;
     server_name  go-blog.igo9go.cn;
 
     charset utf-8;
     access_log  /tmp/beego.access.log;
 
     location /(css|js|fonts|img)/ {
         access_log off;
         expires 1d;
 
         root "/data/goproject/src/static";
     }
 
     location / {
         proxy_set_header X-Forwarded-For $remote_addr;
         proxy_set_header Host            $http_host;
         proxy_pass http://127.0.0.1:8080;
     }
 }

About

使用golang的beego框架搭建的博客

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published