Nginx
配置: ~ 为区分大小写匹配 ~* 为不区分大小写匹配 !~和!~*分别为区分大小写不匹配及不区分大小写不匹配 来自* <https://www.cnblogs.com/xuey/p/7631690.html > location ~ .*\.(sh|bash)?$ { # 拦截sh和bash结尾...
配置: ~ 为区分大小写匹配 ~* 为不区分大小写匹配 !~和!~*分别为区分大小写不匹配及不区分大小写不匹配 来自* <https://www.cnblogs.com/xuey/p/7631690.html > location ~ .*\.(sh|bash)?$ { # 拦截sh和bash结尾...
以下是基于ucap(Django,contos7)项目: 安装NIGNX: 安装uwsgi: pip install uwsgi #配置NGINX 配置文件: vim /etc/nginx/conf.d/nginx_mas_ucap.conf \# nginx_mas_ucap.conf \# the upstream component nginx needs...
OpenResty(又称:ngx_openresty) 是一个基于 NGINX 的可伸缩的 Web 平台,由中国人章亦春发起,提供了很多高质量的第三方模块。 OpenResty 是一...
关于Https: https=ssl+http 证书: SSL证书需要向国际公认的证书证书认证机构(简称CA,Certificate Authority)申请。 CA机构颁发的...