Nginx

配置: ~ 为区分大小写匹配 ~* 为不区分大小写匹配 !~和!~*分别为区分大小写不匹配及不区分大小写不匹配 来自* <https://www.cnblogs.com/xuey/p/7631690.html > location ~ .*\.(sh|bash)?$ { # 拦截sh和bash结尾...

创建: 2023-08-22 · 更新: 2023-08-22 · xkj  | 分类:   | 访问: 1

Nginx和uwsgi

以下是基于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...

创建: 2023-08-22 · 更新: 2023-08-22 · xkj  | 分类:   | 访问: 1