CentOS7 编译安装nginx 更新gcc yum -y install gcc 本次一切文件均放在usr/src中 需要pcre(并非pcre2),官网 http://www.pcre.org/ 下载页面连接 https://ftp.pcre.org/pub/pcre/ wget https://ftp.pcre.org/pub/pcre/pcre-8.43… 2022-12-27 15:51 | 0 | Centos,Linux 558 字 | 5 分钟 linuxcentosnginx
Nginx配置EMBY 配置文件在此,直接照抄即可。 配置文件原始链接:https://emby.media/community/index.php?/topic/93074-how-to-emby-with-nginx-with-windows-specific-tips-and-csp-options/ worker_processes auto; error_log… 2022-12-27 15:45 | 0 | web,服务器,网络 157 字 | 6 分钟 nginx