⚡ Optimize memory usage
This commit is contained in:
@ -1,9 +1,9 @@
|
||||
id = "example"
|
||||
id = "static-files"
|
||||
|
||||
[[locations]]
|
||||
id = "example-location"
|
||||
host = ["localhost:8000"]
|
||||
path = ["/"]
|
||||
id = "static-files-loc"
|
||||
hosts = ["localhost:8000"]
|
||||
paths = ["/"]
|
||||
[[locations.destinations]]
|
||||
id = "example-destination"
|
||||
uri = "files://../data/spa?fallback=index.html"
|
||||
id = "static-files-des"
|
||||
uri = "files://../data/spa?fallback=index.html"
|
||||
|
Reference in New Issue
Block a user