diff options
Diffstat (limited to 'Caddyfile')
| -rw-r--r-- | Caddyfile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,7 +1,8 @@ :8080 +root static try_files {path}.xml {path}.html file_server { - index index.xml index.html - root static + root static + index index.xml index.html } |
