Functional partialview via ajax

This commit is contained in:
Tracy Pearson
2022-12-10 02:51:51 -05:00
parent 57946e64d5
commit 075283f884
5 changed files with 37 additions and 11 deletions

15
Caddy/Caddyfile Normal file
View File

@@ -0,0 +1,15 @@
{
log {
output stderr
format json {
time_local
time_format wall_milli
duration_format string
}
}
}
http://*:9000 {
reverse_proxy localhost:5000
log
}