1
0
Fork 0
forked from cisti/infra
infra/roles/up1/meta/main.yml
2020-10-02 23:31:41 +02:00

15 lines
No EOL
296 B
YAML

---
dependencies:
# install nodejs
- role: nodejs
# install caddy and configure it as reverse proxy
- role: caddy
vars:
caddy_config: |
{{hostname}}
encode gzip
reverse_proxy /api/* 127.0.0.1:31337
root * /srv/up1/up1/client
file_server