Home  >  Article  >  Backend Development  >  nginx simple configuration dynamic separation

nginx simple configuration dynamic separation

WBOY
WBOYOriginal
2016-08-08 09:24:361130browse

Server {st Listen 80;
Server_name www.linux.com;
Index index.html index.htm;
root/data0/htdocs/www;
local ttp: //192.168. 1.188:80;

}

The above introduces the simple configuration of nginx dynamic and static separation, including the content. I hope it will be helpful to friends who are interested in PHP tutorials.

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn