This topic created in 4166 days ago, the information mentioned may be changed or developed.
3 replies • 2015-01-07 17:51:08 +08:00
 |
|
1
ballpen Jan 7, 2015
其实说具体点是 DZ 的 uc 目录
域名/uc_server 为了安全,想这个地址 能指定IP访问
如果实现了 对DZ 有无影响?
|
 |
|
3
koy1619 Jan 7, 2015
location /admin {
allow 192.168.1.1; deny all;
}
|