使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
注册
登录
salt
/
nginx-formula
派生自
ExternalMirrors/nginx-formula
关注
1
点赞
0
派生
0
代码
版本发布
0
动态
浏览代码
[users.sls] touch /etc/nginx/.htpasswd
master
Arthur Lutz
6 年前
父节点
896fdee0dd
当前提交
f3ef626ec4
没有帐户链接到提交者的电子邮件
共有
1 个文件被更改
,包括
4 次插入
和
0 次删除
分列视图
显示文件统计
+4
-0
nginx/users.sls
+ 4
- 0
nginx/users.sls
查看文件
@@ -5,6 +5,10 @@ htpasswd:
pkg.installed:
- name: {{ nginx.apache_utils }}
touch /etc/nginx/.htpasswd:
cmd.run:
- creates: /etc/nginx/.htpasswd
make sure {{ htauth }} exists:
file.exists:
- name: {{ htauth }}
撰写
预览
正在加载...
取消
保存