<Files urllist.txt>
order allow,deny
Allow from xx.xx.91.29
</Files>
Run Code Online (Sandbox Code Playgroud)
这将转换为 nginx 配置中的以下内容:
location = /path/to/urllist.txt {
allow xx.xx.91.29;
deny all;
}
Run Code Online (Sandbox Code Playgroud)
归档时间: |
|
查看次数: |
443 次 |
最近记录: |