disable caddy logging
This commit is contained in:
@@ -1,32 +1,11 @@
|
|||||||
marvinkrausser.com {
|
marvinkrausser.com {
|
||||||
reverse_proxy cnn_website:8080
|
reverse_proxy cnn_website:8080
|
||||||
|
|
||||||
log {
|
|
||||||
output file /data/caddy/logs/cnn.access.log
|
|
||||||
format json {
|
|
||||||
time_format iso8601
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
api.marvinkrausser.com {
|
api.marvinkrausser.com {
|
||||||
reverse_proxy cnn_api:8000
|
reverse_proxy cnn_api:8000
|
||||||
|
|
||||||
log {
|
|
||||||
output file /data/caddy/logs/api.access.log
|
|
||||||
format json {
|
|
||||||
time_format iso8601
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
portfolio.marvinkrausser.com {
|
portfolio.marvinkrausser.com {
|
||||||
reverse_proxy portfolio_website:8081
|
reverse_proxy portfolio_website:8081
|
||||||
|
|
||||||
log {
|
|
||||||
output file /data/caddy/logs/portfolio.access.log
|
|
||||||
format json {
|
|
||||||
time_format iso8601
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user