diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2020-08-28 22:09:42 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2020-08-28 22:09:42 +0200 |
commit | e18c5180d683600a4343becb184e43a9fe1756cb (patch) | |
tree | 516bfe550274a07b68dd758349ddaf8ea0b4e130 /nginx | |
parent | e77c75734e6ade56d98aace2ea32618abd3b47ca (diff) | |
download | pillar-e18c5180d683600a4343becb184e43a9fe1756cb.tar.xz |
Fix riot path after element rename
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Diffstat (limited to 'nginx')
-rw-r--r-- | nginx/riot_kyriasis_com.sls | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nginx/riot_kyriasis_com.sls b/nginx/riot_kyriasis_com.sls index c99505e..70f45c5 100644 --- a/nginx/riot_kyriasis_com.sls +++ b/nginx/riot_kyriasis_com.sls @@ -49,7 +49,7 @@ nginx: - error_log: /var/log/nginx/riot.error.log - - root: /usr/share/webapps/riot + - root: /usr/share/webapps/element - location /.well-known/acme-challenge: - root: /srv/http/ |