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
|
- role: nginx/site
|
||||||
site: www.foo.sh
|
site: www.foo.sh
|
||||||
|
|
||||||
- tasks:
|
tasks:
|
||||||
- name: create extra nginx config directories
|
- name: create extra nginx config directories
|
||||||
file:
|
file:
|
||||||
path: /etc/nginx/conf.d/www.foo.sh
|
path: /etc/nginx/conf.d/www.foo.sh
|
||||||
|
@ -67,7 +67,7 @@
|
||||||
- name: install redirects config
|
- name: install redirects config
|
||||||
copy:
|
copy:
|
||||||
dest: /etc/nginx/conf.d/www.foo.sh/redirects.conf
|
dest: /etc/nginx/conf.d/www.foo.sh/redirects.conf
|
||||||
src: |
|
content: |
|
||||||
location /collab/ { return 301 https://collab.foo.sh/; }
|
location /collab/ { return 301 https://collab.foo.sh/; }
|
||||||
mode: 0644
|
mode: 0644
|
||||||
owner: root
|
owner: root
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue