Improve performance

This commit is contained in:
2020-05-05 22:03:19 +02:00
parent c703af8187
commit 1ab3d71d6f
12 changed files with 50 additions and 13 deletions
+2 -2
View File
@@ -24,12 +24,12 @@ localhost {
}
route /* {
reverse_proxy http://localhost:3000
file_server
}
handle_errors {
rewrite @404 /404.html
reverse_proxy http://localhost:3000
file_server
}
route /api/* {