赞
踩
题目(CentOS与UOS):
安装 nginx软件包;
配置文件名为ispweb.conf,放置在/etc/nginx/conf.d/目录下;
网站根目录为/mut/crypt(目录不存在需创建);
启用 FastCGI功能,让 nginx能够解析 php请求;
index.php内容使用 Welcome to 2023 Computer Network Application contest !
root@IspSrv:~# apt -y install nginx php php-fpm
# 将模版配置文件复制一份命名为ispweb.conf
root@IspSrv:~# cp /etc/nginx/sites-available/default /etc/nginx/conf.d/ispweb.conf
root@IspSrv:~# cd /etc/ngin
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。