NGINX配置
提示:有任何问题可以私信我,下班看到第一时间回复
题目
WEB服务
安装nginx软件包;
配置文件名为ispweb.conf,放置在/etc/nginx/conf.d/目录下;
网站根目录为/mut/crypt(目录不存在需创建);
启用FastCGI功能,让nginx能够解析php请求;
index.php内容使用Welcome to 2022 Computer Network Application contest!
一、安装nginx和php
root@ispsrv:~# apt install nginx php php-fpm -y
二、编辑配置文件
来源地址:https://blog.csdn.net/weixin_42171644/article/details/126864960