centos安装nginx
1.安装gcc gcc是用来编译下载下来的nginx源码 yum install gcc-c++2、安装pcre和pcre-devel PCRE(Perl Compatible Regular Express...
1.安装gcc gcc是用来编译下载下来的nginx源码 yum install gcc-c++2、安装pcre和pcre-devel PCRE(Perl Compatible Regular Express...
在阿里云申请免费ssl证书,申请完成后下载tomcat类型证书在resources目录下新建https目录,将证书pfx放入修改bootstrap.ymlserver: port: 443 undertow:...
当使用外部域名时提示Uncaught (in promise) Error: file origin does not match viewer's……修改viewer.js// 跨域问题注释掉解决 if (orig...
下载包https://mozilla.github.io/pdf.js/getting_started/#download方法一:viewer.html 中找到这个button 然后想隐藏的代码上加上 style=...
查看nginx的版本号:nginx -v启动nginx:start nginx快速停止或关闭nginx:nginx -s stop正常停止或关闭nginx:nginx -s quit配置文件nginx.conf修改重...