nginx根据扩展名限制程序和文件访问禁止访问php?下面web建站小编给大家详细介绍一下具体代码!
nginx配置如下:
server { listen 80; server_name www.ipkd.cn; location / { root html; index index.php index.html index.htm; } location ~ ^/images/.*\.(php|php5|sh|pl|py)$ { deny all; } location ~ ^/static/.*\.(php|php5|sh|pl|py)$ { deny all; } location ~ ^/data/(attachment|avatar).*\.(php|php5)$ { deny all; } //禁止访问*.txt和*.doc文件 location ~* \.(txt|doc)$ { if (-f $request_filename) { root /data/www/www; #rewrite ... #可以重定向到某个URL; break; } } location ~* \.(txt|doc)$ { root /data/www/www; deny all; } }
Nginx如何快速提高网站响应速度(Nginx Proxy Manager)
上面是“nginx根据扩展名限制程序和文件访问禁止访问php?”的全面内容,想了解更多关于 php入门 内容,请继续关注web建站教程。
当前网址:https://ipkd.cn/webs_3367.html
workflows工作流
- 强大的长袍法师ComfyUI工作流
- 五颜六色的球花comfyui工作流
- 一个港口配备了小型船只、起重机、集装箱和码头
- 一张科幻照片,火星车在沙漠里ComfyUI工作流
- 在白雪覆盖的广阔平原上两只可爱的小猫
- 一只可爱的猫骑着一匹可爱的马ComfyUI工作流
- 一只可爱的飞鸟ComfyUI工作流
- 去掉背景(抠图)comfyui工作流
猜你喜欢
声明:本站提供的所有资源部分来自互联网,如果有侵犯您的版权或其他权益,请发送到邮箱:admin@ipkd.cn,我们会在看到邮件的第一时间内为您处理!