📜  nginx 启用站点 - 任何代码示例

📅  最后修改于: 2022-03-11 14:54:58.409000             🧑  作者: Mango

代码示例2
If you have installed the nginx package from the Ubuntu repositories, 
you will have two directories.

/etc/nginx/sites-enabled and /etc/nginx/sites-available.

In the main nginx configuration, /etc/nginx/nginx.conf, 
you have the following line:

include /etc/nginx/sites-enabled/*.conf;