This topic created in 1603 days ago, the information mentioned may be changed or developed.
6 replies • 2021-12-22 21:16:02 +08:00
 |
|
1
ClarkAbe Dec 22, 2021
nginx 加个 basicauth
|
 |
|
2
jifengg Dec 22, 2021
关键字“Apache 配置 Basic 认证”,无需改任何 html 或 php 代码
|
 |
|
3
ysc3839 Dec 22, 2021 via Android
同样建议直接弄个 basic auth ,要加界面的话会比较麻烦
|
 |
|
4
since2014 Dec 22, 2021
直接开启 Nginx 的密码访问就可以了,不用真么麻烦,直接写个静态页面的话可能还不不行,不能真正意义的保证安全
|
 |
|
5
iBugOne Dec 22, 2021 via Android
比 basic auth 更安全的办法是用 TLS 客户端认证,自己用 xca 签个 CA 然后配置 nginx 验证
|
 |
|
6
spykids Dec 22, 2021
感谢楼上各位大佬回复,我根据各位大家提供的方法试一下,不知道在群晖的 web station 能不能整
|