santiago / /etc/nginx/update-home-ip.sh
0 喜欢
0 派生
1 文件
最后活跃于
1 | #!/usr/bin/env bash |
2 | |
3 | # ------------------------------------------------------------------------------ |
4 | # This will either allow automically with allowed IP or ask for auth otherwise |
5 | # in /etc/nginx/sites-available/search.lema.org |
6 | # ------------------------------------------------------------------------------ |
7 | # satisfy any; |
8 | # include /etc/nginx/home_allow.conf; |
9 | # auth_basic "Restricted"; |
10 | # auth_basic_user_file /etc/nginx/.htpasswd; |
上一页
下一页