随笔分类 - nginx
摘要:原址: https://www.cnblogs.com/cnsanshao/p/6370938.html另外: vlc播放器能播放rtsp协议 nginx安装和配置 ffmpeg安装配置 编写展示html
阅读全文
摘要:nginx解析php server { listen 80; server_name localhost; index index.html index.htm index.php; root /opt/nginx/html; location /{ root /opt/nginx/html; }
阅读全文
摘要:nginx调优配置 user www www; #工作进程:数目。根据硬件调整,通常等于CPU数量或者2倍于CPU。 worker_processes 8; worker_cpu_affinity 00000001 00000010 00000100 00001000 00010000 001000
阅读全文
摘要:编译安装pcre tar -xf pcre-8.36.tar.gz cd pcre-8.36 ./configure make && make install echo模块 unzip echo-nginx-module-master.zip 编译安装nginx useradd -M -s /sbi
阅读全文

浙公网安备 33010602011771号