标签: nginx

2 篇文章

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…
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 logs/error.log; events …