commit e3714471485801407fe4ff8cd55fb194ad1b82bf
parent c362d545a0d4847d7aa172d990be8665385a4077
Author: Leah Thein <leah@toaster.fritz.box>
Date: Thu, 3 Dec 2020 00:11:44 +0100
parent c362d545a0d4847d7aa172d990be8665385a4077
Author: Leah Thein <leah@toaster.fritz.box>
Date: Thu, 3 Dec 2020 00:11:44 +0100
rest-server: fix typo
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/roles/rest-server/tasks/main.yml b/roles/rest-server/tasks/main.yml @@ -32,7 +32,7 @@ group: nginx mode: 0700 -- name: copy nginx-vhost for frps to destination host +- name: copy nginx-vhost for rest-server to destination host template: src: rest-server-vhost.conf.j2 dest: /etc/nginx/conf.d/rest-server.conf