随笔分类 -  nginx

该文被密码保护。
posted @ 2024-06-07 17:23 opensmarty 阅读(0) 评论(0) 推荐(0)
摘要:Nginx默认是不允许列出整个目录的,如需此功能,需要添加以下设置: autoindex on; autoindex_exact_size off; autoindex_localtime on; 设置参数说明: autoindex_exact_size off; 默认为on,显示出文件的确切大小, 阅读全文
posted @ 2023-03-16 12:00 opensmarty 阅读(3813) 评论(0) 推荐(0)
摘要:条件判断Nginx语法不支持if条件的逻辑与&&逻辑或|| 运算 ,而且不支持if的嵌套语法。需要借助变量来实现嵌套语法或多条件判断 location / { set $flag 0; if ($host = www.example.org) { proxy_pass https://www.exa 阅读全文
posted @ 2023-02-14 11:19 opensmarty 阅读(1575) 评论(0) 推荐(1)
该文被密码保护。
posted @ 2022-08-11 10:58 opensmarty 阅读(0) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2022-08-08 15:25 opensmarty 阅读(0) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2022-04-02 14:45 opensmarty 阅读(0) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2022-02-24 16:47 opensmarty 阅读(0) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2022-02-24 15:52 opensmarty 阅读(0) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2022-02-23 21:38 opensmarty 阅读(0) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2021-06-17 21:50 opensmarty 阅读(0) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/lovelycolor/article/details/96584232 https://taobig.org/?p=650 阅读全文
posted @ 2020-06-19 17:58 opensmarty 阅读(375) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2020-06-10 17:07 opensmarty 阅读(0) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2020-06-04 14:17 opensmarty 阅读(0) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2020-06-04 10:58 opensmarty 阅读(0) 评论(0) 推荐(0)
摘要:nginx-rtmp-module:https://github.com/arut/nginx-rtmp-module 源码地址:https://github.com/Tinywan/PHP_Experience 说明: rtmp的延迟主要取决于播放器设置,但流式传输软件,流的比特率和网络速度(以及 阅读全文
posted @ 2019-05-22 09:21 opensmarty 阅读(4471) 评论(0) 推荐(0)
摘要:译序:截至 Jul 8th,2013 官方公布的最新 Nginx RTMP 模块 nginx-rtmp-module 指令详解。指令Corertmp语法:rtmp { ... }上下文:根描述:保存所有 RTMP 配置的块。server语法:server { ... }上下文:rtmp描述:声明一个 阅读全文
posted @ 2019-05-20 19:34 opensmarty 阅读(3074) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2019-05-20 15:45 opensmarty 阅读(3) 评论(0) 推荐(0)