Bläddra i källkod

[users.sls] touch /etc/nginx/.htpasswd

master
Arthur Lutz 6 år sedan
förälder
incheckning
f3ef626ec4
Inget konto är kopplat till bidragsgivarens mejladress
1 ändrade filer med 4 tillägg och 0 borttagningar
  1. +4
    -0
      nginx/users.sls

+ 4
- 0
nginx/users.sls Visa fil

@@ -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 }}

Laddar…
Avbryt
Spara