diff --git a/caddy/Caddyfile b/caddy/Caddyfile index 9e6439e..8060dfe 100644 --- a/caddy/Caddyfile +++ b/caddy/Caddyfile @@ -5,6 +5,6 @@ n2-plus.local { file_server browse } -:8080 { +n2-plus.local:8080 { respond "I am 8080" } \ No newline at end of file diff --git a/caddy/site/index.html b/caddy/site/index.html index fa9a483..d10d853 100644 --- a/caddy/site/index.html +++ b/caddy/site/index.html @@ -4,6 +4,6 @@ This is a test -
Page loaded at: {{now | date "Mon Jan 2 15:04:05 MST 2006"}}
div> +
Page loaded at: {{now | date "Mon Jan 2 15:04:05 MST 2006"}}
\ No newline at end of file