Git Product home page Git Product logo

qnnsafe.biz-2014's Introduction

qnnsafe.biz-2014

全能保险柜增城花都从化代理商官网2014年版

域名绑定、301转向及nginx配置

新建配置文件: sudo nano /etc/nginx/sites-available/qnnsafe.biz

编辑配置文件及保存:

server {
    server_name qnnsafe.biz;
    return 301 http://www.qnnsafe.biz$request_uri;
}
server {
    server_name www.qnnsafe.biz;
    index index.html;
    root /srv/qnnsafe.biz-2014/_site;
}

建立链接: sudo ln -s /etc/nginx/sites-available/qnnsafe.biz /etc/nginx/sites-enabled/

重启nginx: sudo service nginx restart

下载及生成网站

  1. 下载网站源码: git clone git://github.com/zackwong/qnnsafe.biz-2014.git

  2. 进入源码根目录: cd qnnsafe.biz-2014

  3. 生成网站: jekyll build

开发者

qnnsafe.biz-2014's People

Contributors

yanqing6628780 avatar zackwong avatar

Stargazers

 avatar

Watchers

 avatar

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.