Functional partialview via ajax
This commit is contained in:
15
Caddy/Caddyfile
Normal file
15
Caddy/Caddyfile
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user