mirror of
https://github.com/RGBCube/cinny
synced 2025-07-30 16:37:46 +00:00
Update example caddyfile (#2285)
This commit is contained in:
parent
ff6d0b8f9b
commit
405d1f6789
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
|
# more info: https://caddyserver.com/docs/caddyfile/patterns#single-page-apps-spas
|
||||||
cinny.domain.tld {
|
cinny.domain.tld {
|
||||||
@nativeRouter not file {path} /
|
root * /path/to/cinny/dist
|
||||||
rewrite @nativeRouter {http.matchers.file.relative}
|
try_files {path} / index.html
|
||||||
root * /path/to/caddy/dist
|
|
||||||
file_server
|
file_server
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue