
Nginx
NRlovestudy
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Nginx 系列 05 - 使用Certbot让网站拥有https
https://blog.csdn.net/cstopery/article/details/51911298https://blog.csdn.net/q85795362/article/details/82903507原创 2020-03-13 17:16:43 · 259 阅读 · 0 评论 -
Nginx 系列 04 - 配置gzip压缩
https://blog.csdn.net/qq_15807277/article/details/91909372一、配置参数的详细介绍https://www.jb51.net/article/54338.htm二、大众的参数配置如下 【更多细节见原文链接】 #开启gzip压缩 gzip on; #http的协议版本 gzip_http_versi...原创 2020-03-13 15:42:21 · 192 阅读 · 0 评论 -
Nginx 系列 03 - Nginx出现403 forbidden
首先检查是否已经上传index.html或者index.php文件到服务器目录。之后再按下文方法解决。https://blog.csdn.net/qq_35843543/article/details/81561240一、启动用户和nginx工作用户不一致将nginx.config的user改为和启动用户一致,命令:vi conf/nginx.conf二、权限问...原创 2020-03-13 15:39:27 · 315 阅读 · 0 评论 -
Nginx 系列 02 - nginx 命令行参数
https://www.jianshu.com/p/1b1b7ae2a44f命令行选项:-?,-h : this help-v : show version and exit-V : show version and configure options then exit-t : test configuration and exit-T : test configuration,...原创 2020-03-13 15:33:08 · 355 阅读 · 0 评论