From bbd3546fad2c068c69fe089ff3ff18381da4fd60 Mon Sep 17 00:00:00 2001 From: apb Date: Sat, 25 Dec 2021 19:43:45 +0000 Subject: [PATCH] [mod] --- caddy/Caddyfile | 2 +- caddy/site/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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