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

  • NGINX Cookbook
  • Tim Butler
  • 169字
  • 2021-07-03 00:04:16

Conventions

In this book, you will find a number of text styles 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: "To install the latest NGINX release, add the NGINX mainline repository by adding the following to /etc/yum.repos.d/nginx.repo."

A block of code is set as follows:

server {
listen 80;
server_name server.yourdomain.com;
access_log /var/log/nginx/log/host.access.log combined;

location / {
root /var/www/html;
index index.html;
}
}

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

mkdir -p /var/www/vhosts 

New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "As our configuration is very simple, we can simply accept the default settings and hit Create."

Warnings or important notes appear like this.
Tips and tricks appear like this.
主站蜘蛛池模板: 高碑店市| 环江| 宁明县| 讷河市| 霍邱县| 呼玛县| 南开区| 哈巴河县| 焉耆| 安仁县| 高安市| 天长市| 桓仁| 南溪县| 孝昌县| 介休市| 商城县| 宽城| 深圳市| 怀柔区| 贵州省| 崇礼县| 登封市| 日土县| 铜陵市| 盐城市| 隆化县| 郓城县| 岑溪市| 勐海县| 叶城县| 南涧| 西城区| 高碑店市| 长春市| 济源市| 武隆县| 曲靖市| 田东县| 雷州市| 吉隆县|