Fix typos from proxy playbook
This commit is contained in:
parent
c6ea27bf2d
commit
2c79f6e801
1 changed files with 2 additions and 2 deletions
|
@ -56,7 +56,7 @@
|
|||
- role: nginx/site
|
||||
site: www.foo.sh
|
||||
|
||||
- tasks:
|
||||
tasks:
|
||||
- name: create extra nginx config directories
|
||||
file:
|
||||
path: /etc/nginx/conf.d/www.foo.sh
|
||||
|
@ -67,7 +67,7 @@
|
|||
- name: install redirects config
|
||||
copy:
|
||||
dest: /etc/nginx/conf.d/www.foo.sh/redirects.conf
|
||||
src: |
|
||||
content: |
|
||||
location /collab/ { return 301 https://collab.foo.sh/; }
|
||||
mode: 0644
|
||||
owner: root
|
||||
|
|
Loading…
Add table
Reference in a new issue