Fix roles path from www.foo.sh proxies
This commit is contained in:
parent
3b0a04e516
commit
bf47c6fab9
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@
|
|||
copy:
|
||||
dest: /etc/nginx/conf.d/www.foo.sh/proxy.conf
|
||||
content: |
|
||||
location /roles/ { proxy_pass https://static02.home.foo.sh/; }
|
||||
location /roles/ { proxy_pass https://static02.home.foo.sh/roles/; }
|
||||
location /~ { proxy_pass https://static02.home.foo.sh/~; }
|
||||
mode: 0644
|
||||
owner: root
|
||||
|
|
Loading…
Add table
Reference in a new issue