博文
分类
标签
归档
资源导航
更多
资源下载
百宝箱
留言板
关于
暗/亮主题
博文
分类
标签
归档
资源导航
更多
资源下载
百宝箱
留言板
关于
暗/亮主题
只剩记忆可以炫耀,即使说说也好
博文
GitHub
微博
豆瓣
Nginx+PHP的环境配置
📦 下载 Nginx 和 php nginx 下载地址:https://nginx.org/en/download.html PHP 下载地址:https://windows.php.net/download ✔️ 本地测试环境 nginx:1.16 php:7.4.28 ⚙ Nginx 配置打开 conf\nginx.conf文件 123456789101112131415161...
2021-12-10
develop
devops
develop
devops
阅读全文
Nginx 的配置文件和最佳实践
一般通过 yum 方式安装的 Nginx,所有相关的配置文件都在 /etc/nginx/ 目录中。 Nginx 的主配置文件是 /etc/nginx/nginx.conf。 为了使 Nginx 配置更易于维护,建议为每个服务(域名)创建一个单独的配置文件。 每一个独立的 Nginx 服务配置文件都必须以 .conf 结尾,并存储在 /etc/nginx/conf.d 目录中。您可以根据需求...
2018-03-09
develop
devops
develop
devops
阅读全文