官术网_书友最值得收藏!

Conventions

In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning.

Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "For reference, you can see a sample config.js file in the .zip file that came with this book."

A block of code is set as follows:

server {
    listen 80;
    listen 443 ssl;
    server_name <your domain name>.com www.<your domain name>.com;
    ssl_certificate        /etc/nginx/ssl/<your domain name>/<your domain name>.com.crt;
    ssl_certificate_key    /etc/nginx/ssl/<your domain name>/<your domain name>.com.pem;

    location / {
        proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
        proxy_set_header Host $http_host;
        proxy_set_header X-Forwarded-Proto $scheme;
        proxy_pass         http://127.0.0.1:2368;
    }
}

Any command-line input or output is written as follows:

cd path/to/ghost/folder
mkdir temp
cd temp/
wget https://ghost.org/zip/ghost-latest.zip
unzip ghost-latest.zip
cd ..
sudo cp temp/*.md temp/*.js temp/*.json .
sudo sudo rm -R core
sudo cp -R temp/core .
sudo cp -R temp/content/themes/casper content/themes
sudo npm install --production
sudo rm -R temp

New terms and important words are shown in bold. Words that you see on the screen, in menus or dialog boxes for example, appear in the text like this: "Both the settings can be accessed via the Settings tab in the top admin menu."

Note

Warnings or important notes appear in a box like this.

Tip

Tips and tricks appear like this.

主站蜘蛛池模板: 同德县| 海伦市| 新丰县| 丹寨县| 北川| 永修县| 乌拉特前旗| 长白| 万年县| 武夷山市| 改则县| 安化县| 乐安县| 屏南县| 邳州市| 武山县| 景泰县| 普陀区| 宁化县| 临潭县| 稷山县| 连州市| 启东市| 罗甸县| 湖口县| 图片| 长岛县| 延边| 济源市| 丹江口市| 九江市| 筠连县| 兴城市| 乃东县| 肥城市| 宾阳县| 麻阳| 岱山县| 聂拉木县| 胶南市| 河池市|