Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Registrati
Accedi
salt
/
nginx-formula
forkato da
ExternalMirrors/nginx-formula
Segui
1
Vota
0
Forka
0
Codice
Rilasci
0
Attività
Sfoglia il codice sorgente
[users] use {{ htauth }} variable
master
Arthur Lutz
6 anni fa
parent
f3ef626ec4
commit
78ddf90f5b
Nessun account collegato all'indirizzo email del committer
1 ha cambiato i file
con
2 aggiunte
e
2 eliminazioni
Visualizzazione separata
Mostra Diff Stats
+2
-2
nginx/users.sls
+ 2
- 2
nginx/users.sls
Vedi File
@@ -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…
Annulla
Salva