AMH 社区首页
AMH社区 - 开放自由有价值的社区
[求助帖] 有Nginx下对网站目录进行密码保护方法或者模块么? |
|
---|---|
瑞子 |
瑞子 发表于 2014-08-01 10:55:42
以前都是用的apache。
突然改用nginx 不知道怎么设置。求老大解决帮忙。
点赞,加油! (0分)
2014-08-01 10:55:42 1
|
Kvm |
Nginx有这样的模块
回复
2014-08-01 13:03:12 2
|
瑞子 |
回复
2014-08-01 13:36:10 3
|
894849635 |
location / {
# 添加下面两行 auth_basic "Restricted"; auth_basic_user_file htpasswd; # ... } htpasswd需要借助其他文件生成 具体看 http://blog.jobbole.com/41036/
回复
2014-08-02 19:35:00 4
|
tonghoil |
支持htaccess就行
回复
2014-08-03 11:32:34 5
|
97505227 |
location ~ /(*|*)/.*\.(php|php5)?$ {
deny all; }
回复
2014-08-03 16:41:28 6
|
瑞子 |
amh nginux 的 location 位置具体在那?
回复
2014-08-03 16:49:29 7
|
Kvm |
回复
2014-08-06 16:07:31 8
|
894849635 |
回复
2014-08-16 13:56:13 9
|