07 2020 档案

摘要:location ~ / { proxy_read_timeout 600s; proxy_next_upstream_tries 1; client_max_body_size 100m; if ($request_uri ~ "/abcd/([^?]*)") { set $path $1; re 阅读全文
posted @ 2020-07-27 09:39 年少有为AAA 阅读(1406) 评论(0) 推荐(0)
摘要:第一步 : 不管是 apache 还是 nginx ,想要隐藏 Index.php 文件,需要打开 urlManager 组件的配置,在进行后续的操作 第二步 : nginx 下 : 配置文件 nginx.conf 内容如下 : user centos; worker_processes 4; er 阅读全文
posted @ 2020-07-27 09:38 年少有为AAA 阅读(250) 评论(0) 推荐(0)