This website works better with JavaScript.
首頁
探索
說明
註冊
登入
salt
/
nginx-formula
複製自
ExternalMirrors/nginx-formula
關註
1
收藏
0
複製
0
程式碼
版本發佈
0
Activity
瀏覽代碼
[users] use {{ htauth }} variable
master
Arthur Lutz
6 年之前
父節點
f3ef626ec4
當前提交
78ddf90f5b
No account linked to committer's email address
共有
1 個文件被更改
,包括
2 次插入
和
2 次删除
分割檢視
顯示文件統計
+2
-2
nginx/users.sls
+ 2
- 2
nginx/users.sls
查看文件
@@ -5,9 +5,9 @@ htpasswd:
pkg.installed:
- name: {{ nginx.apache_utils }}
touch
/etc/nginx/.htpasswd
:
touch
{{ htauth }}
:
cmd.run:
- creates:
/etc/nginx/.htpasswd
- creates:
{{ htauth }}
make sure {{ htauth }} exists:
file.exists:
Write
Preview
Loading…
取消
儲存