操作方法如下:
复制代码代码示例:
server { access_log /var/www/access_itnetcn.log;
location / {
error_page 500 502 503 504 /50x.html;
# pass the PHP scripts to FastCGI server listening on 127.0.0.1:9000
location ~ //.ht {
将以上内容保存为文件virtual01.conf。
复制代码代码示例:
include /etc/nginx/example/*.conf; #包含进来example中的所有.conf配置文件
重启nginx:
复制代码代码示例:
/etc/init.d/nginx restart
(责任编辑:IT) |