Skip to content

Commit 0f65cce

Browse files
author
ecaepp
committed
[FIX] Location of for server conf files.
Signed-off-by: ecaepp <[email protected]>
1 parent e7e4d9a commit 0f65cce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/configure.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
- name: Create vhost
1919
template:
2020
src: templates/server.conf.j2
21-
dest: /etc/nginx/sites-available/{{ item.server_name }}.conf
21+
dest: /etc/nginx/conf.d/{{ item.server_name }}.conf
2222
owner: root
2323
group: root
2424
mode: 0644

0 commit comments

Comments
 (0)