github.com/apremalal/vamps-core@v1.0.1-0.20161221121535-d430b56ec174/server/webapps/Caddyfile (about) 1 # core 2 localhost:{$CORE_CADDY_PORT}/app { 3 root webapps/app 4 gzip 5 ext .html 6 log logs/caddyaccess.log 7 tls {$CORE_CERTIFICATE_FILE} {$CORE_KEY_FILE} 8 proxy /api https://localhost:{$CORE_HTTPS_PORT} { 9 without /api 10 insecure_skip_verify 11 } 12 }