Skip to content
This repository has been archived by the owner on Jul 15, 2021. It is now read-only.

Commit

Permalink
Update Caddyfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ll911 authored Jul 24, 2018
1 parent e8a6d46 commit bf88c96
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions Caddyfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
0.0.0.0:8080

127.0.0.1:8081 {
root /var/www/argg-ui
gzip
log stdout
errors stdout
}

0.0.0.0:8080 {
proxy /registryapi https://{$BCDCAPI}/api
proxy /api http://{$ARGGAPI} {
transparent
}
proxy / http://localhost:8081 {
transparent
}
}

0 comments on commit bf88c96

Please sign in to comment.