diff options
| author | Jan Tuomi <jans.tuomi@gmail.com> | 2017-12-25 21:14:25 +0200 |
|---|---|---|
| committer | Jan Tuomi <jans.tuomi@gmail.com> | 2017-12-25 21:14:25 +0200 |
| commit | 81d8edc49ca710b959b1cc9a32245154fe82369e (patch) | |
| tree | 39216afdf93f6a55f47f779ad358a6323998bde0 | |
| parent | e8b81067e9d58785b633fdbecf3810d7f746788b (diff) | |
Fix Caddyfile.template root path
| -rw-r--r-- | Caddyfile.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Caddyfile.template b/Caddyfile.template index 83e5059..395e277 100644 --- a/Caddyfile.template +++ b/Caddyfile.template @@ -1,3 +1,3 @@ localhost -root src +root build
\ No newline at end of file |
