Skip to content

Commit

Permalink
switch to gateway + add caddy binary to gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
edevosc2c committed Sep 27, 2024
1 parent d859da5 commit b0ae8dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@
# ignore the certs files and Caddy data directory
resources/ssl/*
resources/caddy/data/*
caddy
2 changes: 1 addition & 1 deletion resources/caddy/etc/Caddyfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
}

handle {
reverse_proxy proxy:8080
reverse_proxy gateway:8080
header {
Access-Control-Allow-Origin *
Access-Control-Allow-Methods "GET, POST, PUT, PATCH, DELETE, OPTIONS"
Expand Down

0 comments on commit b0ae8dc

Please sign in to comment.