Fix roles path from www.foo.sh proxies

This commit is contained in:
Timo Makinen 2020-09-11 15:38:56 +00:00
parent 3b0a04e516
commit bf47c6fab9

View file

@ -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