Skip to content

Commit 48884c0

Browse files
authored
Change the caddy example port to 8080 (#2206)
## Summary TSIA. The caddy example did not work before, as the port `8800` is served, but only port `8082` is defined. ## How was it tested? devbox run start
1 parent 7aea78a commit 48884c0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/servers/caddy/devbox.d/caddy/Caddyfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
{
33
admin 0.0.0.0:2020
44
auto_https disable_certs
5-
http_port 8800
5+
http_port 8080
66
https_port 4443
77
}
88

9-
:8082 {
9+
:8080 {
1010
root * {$CADDY_ROOT_DIR}
1111
log {
1212
output file {$CADDY_LOG_DIR}/caddy.log

examples/servers/caddy/devbox.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"caddy@latest"
44
],
55
"shell": {
6-
"init_hook": null,
6+
"init_hook": [],
77
"scripts": {
88
"start": "caddy run --config=devbox.d/caddy/Caddyfile"
99
}

0 commit comments

Comments
 (0)